meg HF staff commited on
Commit
960800f
·
verified ·
1 Parent(s): d642558

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -4
Dockerfile CHANGED
@@ -65,10 +65,10 @@ COPY ./create_results.py /create_results.py
65
  COPY ./failed_run.py /failed_run.py
66
  COPY ./runs /runs
67
  COPY ./upload_run_folder.py /upload_run_folder.py
68
- #COPY ./data /data
69
- COPY ./.cache /.cache
70
- RUN chmod 777 -R /runs
71
- RUN chmod 777 -R /.cache
72
  RUN chmod +x /entrypoint.sh
73
 
74
  # Expose the secret DEBUG at buildtime and use its value as git remote URL
 
65
  COPY ./failed_run.py /failed_run.py
66
  COPY ./runs /runs
67
  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