Spaces:
Runtime error
Runtime error
fix dockerfiles
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -6,7 +6,7 @@ COPY selection.py .
|
|
| 6 |
|
| 7 |
COPY requirements.txt .
|
| 8 |
|
| 9 |
-
COPY --chown=user:user
|
| 10 |
|
| 11 |
RUN pip install kaggle
|
| 12 |
|
|
|
|
| 6 |
|
| 7 |
COPY requirements.txt .
|
| 8 |
|
| 9 |
+
COPY --chown=user:user train.json .
|
| 10 |
|
| 11 |
RUN pip install kaggle
|
| 12 |
|