navid72m commited on
Commit
2a1e2e2
·
1 Parent(s): aac67af

fix dockerfiles

Browse files
Files changed (1) hide show
  1. 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
- RUN chmod
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"]