gfjiogopdfgdfs commited on
Commit
de2c480
·
verified ·
1 Parent(s): 4b432f9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ ENV HOME=/home/user \
15
  WORKDIR $HOME/app
16
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
17
  COPY --chown=user . $HOME/app
18
- RUN git clone https://github.com/lolcats399/aphrodite-engine && cd aphrodite-engine && pip3 install -e .
19
  RUN pip install huggingface-hub hf-transfer
20
  ENV HF_HUB_ENABLE_HF_TRANSFER=1
21
  RUN huggingface-cli download TheBloke/goliath-120b-gptq --local-dir ~/goliath-gptq --local-dir-use-symlinks False --cache-dir ~/cache
 
15
  WORKDIR $HOME/app
16
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
17
  COPY --chown=user . $HOME/app
18
+ RUN git clone https://github.com/lolcats399/aphrodite-engine && cd aphrodite-engine && pip install --user -e .
19
  RUN pip install huggingface-hub hf-transfer
20
  ENV HF_HUB_ENABLE_HF_TRANSFER=1
21
  RUN huggingface-cli download TheBloke/goliath-120b-gptq --local-dir ~/goliath-gptq --local-dir-use-symlinks False --cache-dir ~/cache