navid72m commited on
Commit
de02fe6
·
1 Parent(s): dc4a3d7

fix dockerfiles

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN chmod 600 /root/.kaggle/kaggle.json
18
  RUN mkdir -p /root/.cache && chmod -R 777 /root/.cache
19
 
20
  # Change ownership of working directory (if necessary)
21
- RUN chown -R root:root /usr/src/app
22
 
23
  RUN pip install -r requirements.txt
24
 
 
18
  RUN mkdir -p /root/.cache && chmod -R 777 /root/.cache
19
 
20
  # Change ownership of working directory (if necessary)
21
+ RUN chown -R root:root /usr/local/bin
22
 
23
  RUN pip install -r requirements.txt
24