meg HF Staff commited on
Commit
43a85db
·
verified ·
1 Parent(s): 3f5836c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]