Spaces:
Runtime error
Runtime error
gfjiogopdfgdfs
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -20,6 +20,6 @@ Run git clone https://github.com/lolcats399/aphrodite-engine
|
|
20 |
RUN pip install huggingface-hub hf-transfer
|
21 |
ENV HF_HUB_ENABLE_HF_TRANSFER=1
|
22 |
RUN huggingface-cli download TheBloke/goliath-120b-gptq --local-dir ~/goliath-gptq --local-dir-use-symlinks False --cache-dir ~/cache
|
23 |
-
ENV BYPASS_SERVER=http://localhost:8080
|
24 |
EXPOSE 7860
|
25 |
CMD python3 $HOME/app/aphrodite-engine/aphrodite/endpoints/kobold/api_server.py $ENGINE_ARGS --port 7860 -h --model ~/goliath-gptq"
|
|
|
20 |
RUN pip install huggingface-hub hf-transfer
|
21 |
ENV HF_HUB_ENABLE_HF_TRANSFER=1
|
22 |
RUN huggingface-cli download TheBloke/goliath-120b-gptq --local-dir ~/goliath-gptq --local-dir-use-symlinks False --cache-dir ~/cache
|
23 |
+
ENV BYPASS_SERVER=http://localhost:8080
|
24 |
EXPOSE 7860
|
25 |
CMD python3 $HOME/app/aphrodite-engine/aphrodite/endpoints/kobold/api_server.py $ENGINE_ARGS --port 7860 -h --model ~/goliath-gptq"
|