Spaces:
Runtime error
Runtime error
fix dockerfiles
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -15,7 +15,7 @@ COPY kaggle.json /root/.kaggle/
|
|
| 15 |
RUN chmod 600 /root/.kaggle/kaggle.json
|
| 16 |
|
| 17 |
# Set up cache directories with appropriate permissions
|
| 18 |
-
RUN mkdir -p
|
| 19 |
|
| 20 |
# Change ownership of working directory (if necessary)
|
| 21 |
RUN chown -R root:root /usr/local/bin
|
|
|
|
| 15 |
RUN chmod 600 /root/.kaggle/kaggle.json
|
| 16 |
|
| 17 |
# Set up cache directories with appropriate permissions
|
| 18 |
+
RUN mkdir -p /.cache && chmod -R 777 /.cache
|
| 19 |
|
| 20 |
# Change ownership of working directory (if necessary)
|
| 21 |
RUN chown -R root:root /usr/local/bin
|