Spaces:
Runtime error
Runtime error
gfjiogopdfgdfs
commited on
Commit
•
31ec84e
1
Parent(s):
21689de
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -26,4 +26,5 @@ RUN echo "lt --port 7860 &" >> 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 |
-
|
|
|
|
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 |
+
EXPOSE 7860
|
30 |
+
CMD /bin/bash -c "./startup.sh && python3 $HOME/app/aphrodite-engine/aphrodite/endpoints/kobold/api_server.py $ENGINE_ARGS --port 7860 -h --model ~/goliath-gptq"
|