Zhu-FaceOnLive
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -25,5 +25,5 @@ RUN chmod -R 777 ./model/
|
|
25 |
|
26 |
RUN pip3 install -r requirements.txt
|
27 |
RUN chmod a+x run.sh
|
28 |
-
CMD ["./run.sh"]
|
29 |
EXPOSE 7860
|
|
|
25 |
|
26 |
RUN pip3 install -r requirements.txt
|
27 |
RUN chmod a+x run.sh
|
28 |
+
CMD ["sh", "./run.sh"]
|
29 |
EXPOSE 7860
|