gfjiogopdfgdfs commited on
Commit
2198845
·
verified ·
1 Parent(s): abe75ae

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,4 +25,4 @@ RUN echo "lt --port 7860 &" >> startup.sh
25
  RUN echo "public_ip=\$(wget -qO- https://loca.lt/mytunnelpassword)" >> startup.sh
26
  RUN echo "echo \"Public IP: \$public_ip\"" >> startup.sh
27
  RUN chmod +x startup.sh
28
- CMD /bin/bash -c "./startup.sh && /bin/python3 -m aphrodite.endpoints.kobold.api_server $ENGINE_ARGS --port 7860 --model ~/goliath-gptq"
 
25
  RUN echo "public_ip=\$(wget -qO- https://loca.lt/mytunnelpassword)" >> startup.sh
26
  RUN echo "echo \"Public IP: \$public_ip\"" >> startup.sh
27
  RUN chmod +x startup.sh
28
+ CMD /bin/bash -c "./startup.sh && /bin/python3 -m aphrodite.endpoints.openai.api_server $ENGINE_ARGS --port 7860 --model ~/goliath-gptq"