gfjiogopdfgdfs commited on
Commit
0975c58
·
verified ·
1 Parent(s): 186058d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,4 +27,4 @@ RUN huggingface-cli download TheBloke/TinyLlama-1.1B-Chat-v1.0-GPTQ --local-dir
27
 
28
 
29
  EXPOSE 7860
30
- CMD ["sh", "-c", "python3", "$HOME/app/aphrodite-engine/aphrodite/endpoints/kobold/api_server.py", "$ENGINE_ARGS", "--port", "7860", "--host","0.0.0.0", "--model", "$HOME/goliath-gptq"]
 
27
 
28
 
29
  EXPOSE 7860
30
+ CMD /bin/bash -c "/bin/python3 -m aphrodite.endpoints.kobold.api_server $ENGINE_ARGS --port 7860 --model ~/goliath-gptq"