Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -71,5 +71,7 @@ RUN chmod +x /train.sh
|
|
71 |
RUN chmod 777 -R /out
|
72 |
# USER 1000
|
73 |
|
|
|
|
|
74 |
# CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
75 |
ENTRYPOINT ["/train.sh"]
|
|
|
71 |
RUN chmod 777 -R /out
|
72 |
# USER 1000
|
73 |
|
74 |
+
RUN ["chmod", "777", "/out"]
|
75 |
+
|
76 |
# CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
77 |
ENTRYPOINT ["/train.sh"]
|