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

fix dockerfiles

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ COPY kaggle.json /root/.kaggle/
15
  RUN chmod 600 /root/.kaggle/kaggle.json
16
 
17
  # Set up cache directories with appropriate permissions
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
 
15
  RUN chmod 600 /root/.kaggle/kaggle.json
16
 
17
  # Set up cache directories with appropriate permissions
18
+ RUN mkdir -p /.cache && chmod -R 777 /.cache
19
 
20
  # Change ownership of working directory (if necessary)
21
  RUN chown -R root:root /usr/local/bin