Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 |
-
|
69 |
-
COPY
|
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
|
|
|
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
|