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