Spaces:
Runtime error
Runtime error
fix dockerfiles
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -10,9 +10,9 @@ COPY --chown=user:user train.json .
|
|
| 10 |
|
| 11 |
RUN pip install kaggle
|
| 12 |
|
| 13 |
-
COPY kaggle.json
|
| 14 |
|
| 15 |
-
RUN chmod 600
|
| 16 |
|
| 17 |
# Set up cache directories with appropriate permissions
|
| 18 |
RUN mkdir -p /.cache && chmod -R 777 /.cache
|
|
|
|
| 10 |
|
| 11 |
RUN pip install kaggle
|
| 12 |
|
| 13 |
+
COPY kaggle.json /.kaggle/
|
| 14 |
|
| 15 |
+
RUN chmod 600 /.kaggle/kaggle.json
|
| 16 |
|
| 17 |
# Set up cache directories with appropriate permissions
|
| 18 |
RUN mkdir -p /.cache && chmod -R 777 /.cache
|