gfjiogopdfgdfs commited on
Commit
a369b1f
1 Parent(s): 0975c58

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -27,4 +27,5 @@ RUN huggingface-cli download TheBloke/TinyLlama-1.1B-Chat-v1.0-GPTQ --local-dir
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"
 
 
27
 
28
 
29
  EXPOSE 7860
30
+ # Should expose on all network interfaces so 0.0.0.0 not only localhost
31
+ CMD /bin/bash -c "/bin/python3 -m aphrodite.endpoints.kobold.api_server $ENGINE_ARGS --port 7860 --host 0.0.0.0 --model ~/goliath-gptq"