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

update dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -13,6 +13,8 @@ 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
  # Make port 7860 available to the world outside this container
17
  EXPOSE 7860
18
 
 
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
20