navid72m commited on
Commit
1702ecf
·
1 Parent(s): 2751b98

fix dockerfiles

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ COPY kaggle.json /root/.kaggle/
14
 
15
  RUN chmod 600 /root/.kaggle/kaggle.json
16
 
17
- RUN --chmod 777 /
18
 
19
  RUN pip install -r requirements.txt
20
 
 
14
 
15
  RUN chmod 600 /root/.kaggle/kaggle.json
16
 
17
+ RUN chmod 777 /
18
 
19
  RUN pip install -r requirements.txt
20