Spaces:
Runtime error
Runtime error
fix dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
|
@@ -6,7 +6,7 @@ COPY selection.py .
|
|
| 6 |
|
| 7 |
COPY requirements.txt .
|
| 8 |
|
| 9 |
-
COPY
|
| 10 |
|
| 11 |
RUN pip install kaggle
|
| 12 |
|
|
@@ -16,4 +16,6 @@ RUN chmod 600 /root/.kaggle/kaggle.json
|
|
| 16 |
|
| 17 |
RUN pip install -r requirements.txt
|
| 18 |
|
|
|
|
|
|
|
| 19 |
CMD ["python", "./selection.py","--port", "7860"]
|
|
|
|
| 6 |
|
| 7 |
COPY requirements.txt .
|
| 8 |
|
| 9 |
+
COPY --chownt=user:user rain.json .
|
| 10 |
|
| 11 |
RUN pip install kaggle
|
| 12 |
|
|
|
|
| 16 |
|
| 17 |
RUN pip install -r requirements.txt
|
| 18 |
|
| 19 |
+
RUN chmod
|
| 20 |
+
|
| 21 |
CMD ["python", "./selection.py","--port", "7860"]
|