Rauhan commited on
Commit
127e6e7
·
verified ·
1 Parent(s): e60d051

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -10,6 +10,8 @@ RUN pip install -r requirements.txt
10
 
11
  RUN chmod -R 777 /app
12
 
 
 
13
  EXPOSE 7860
14
 
15
  CMD ["python", "main.py"]
 
10
 
11
  RUN chmod -R 777 /app
12
 
13
+ RUN -R 777 /.cache
14
+
15
  EXPOSE 7860
16
 
17
  CMD ["python", "main.py"]