Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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 &&
|
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
|