Spaces:
Runtime error
Runtime error
Re-adding cache dirs with 777. idk man.
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -63,8 +63,9 @@ COPY ./pause_space.py /pause_space.py
|
|
| 63 |
COPY ./parse_requests.py /parse_requests.py
|
| 64 |
COPY ./runs /runs
|
| 65 |
#COPY ./data /data
|
| 66 |
-
|
| 67 |
RUN chmod 777 -R /runs
|
|
|
|
| 68 |
RUN chmod +x /entrypoint.sh
|
| 69 |
|
| 70 |
# Expose the secret DEBUG at buildtime and use its value as git remote URL
|
|
|
|
| 63 |
COPY ./parse_requests.py /parse_requests.py
|
| 64 |
COPY ./runs /runs
|
| 65 |
#COPY ./data /data
|
| 66 |
+
COPY ./.cache /.cache
|
| 67 |
RUN chmod 777 -R /runs
|
| 68 |
+
RUN chmod 777 -R /.cache
|
| 69 |
RUN chmod +x /entrypoint.sh
|
| 70 |
|
| 71 |
# Expose the secret DEBUG at buildtime and use its value as git remote URL
|