Spaces:
Runtime error
Runtime error
gfjiogopdfgdfs
commited on
Commit
•
341e85d
1
Parent(s):
0969c97
Update Dockerfile
Browse files- 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
|
|
|
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"
|