gfjiogopdfgdfs commited on
Commit
341e85d
1 Parent(s): 0969c97

Update Dockerfile

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