meg HF staff commited on
Commit
913ea56
·
verified ·
1 Parent(s): 12e1aa9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +5 -1
Dockerfile CHANGED
@@ -68,7 +68,11 @@ COPY ./upload_run_folder.py /upload_run_folder.py
68
  COPY ./attempts.txt /attempts.txt
69
  COPY ./failed_attempts.txt /failed_attempts.txt
70
 
71
- RUN chmod 777 -R /
 
 
 
 
72
  RUN chmod +x /entrypoint.sh
73
 
74
  # Expose the secret DEBUG at buildtime and use its value as git remote URL
 
68
  COPY ./attempts.txt /attempts.txt
69
  COPY ./failed_attempts.txt /failed_attempts.txt
70
 
71
+
72
+ RUN chmod 777 *.py
73
+ RUN chmod 777 -R /runs
74
+ RUN chmod 777 /attempts.txt
75
+ RUN chmod 777 /failed_attempts.txt
76
  RUN chmod +x /entrypoint.sh
77
 
78
  # Expose the secret DEBUG at buildtime and use its value as git remote URL