Spaces:
Runtime error
Runtime error
fix dockerfiles
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -14,6 +14,8 @@ COPY kaggle.json /root/.kaggle/
|
|
| 14 |
|
| 15 |
RUN chmod 600 /root/.kaggle/kaggle.json
|
| 16 |
|
|
|
|
|
|
|
| 17 |
RUN pip install -r requirements.txt
|
| 18 |
|
| 19 |
|
|
|
|
| 14 |
|
| 15 |
RUN chmod 600 /root/.kaggle/kaggle.json
|
| 16 |
|
| 17 |
+
RUN chmod 777 .
|
| 18 |
+
|
| 19 |
RUN pip install -r requirements.txt
|
| 20 |
|
| 21 |
|