Spaces:
Runtime error
Runtime error
fix dockerfiles
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -16,6 +16,6 @@ RUN chmod 600 /root/.kaggle/kaggle.json
|
|
| 16 |
|
| 17 |
RUN pip install -r requirements.txt
|
| 18 |
|
| 19 |
-
|
| 20 |
|
| 21 |
CMD ["python", "./selection.py","--port", "7860"]
|
|
|
|
| 16 |
|
| 17 |
RUN pip install -r requirements.txt
|
| 18 |
|
| 19 |
+
|
| 20 |
|
| 21 |
CMD ["python", "./selection.py","--port", "7860"]
|