yunzi7 commited on
Commit
e44492d
·
1 Parent(s): 0207dae

update dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN mkdir -p /app/flask_session && chmod 777 /app/flask_session
13
  # Install any needed packages specified in requirements.txt
14
  RUN pip install --no-cache-dir -r requirements.txt
15
 
16
- RUN mkdir -p /.kaggle && chmod -R 777 /.kaggle
17
 
18
  # Make port 7860 available to the world outside this container
19
  EXPOSE 7860
 
13
  # Install any needed packages specified in requirements.txt
14
  RUN pip install --no-cache-dir -r requirements.txt
15
 
16
+ RUN chmod -R 777 ./
17
 
18
  # Make port 7860 available to the world outside this container
19
  EXPOSE 7860