Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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.
|
|
|
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"
|