thedamn commited on
Commit
315c23d
·
1 Parent(s): cdd9fd1

docker commit

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -14,6 +14,9 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
14
 
15
  # Copy the rest of your application files
16
 
 
 
 
17
 
18
  EXPOSE 7860
19
 
 
14
 
15
  # Copy the rest of your application files
16
 
17
+ RUN chmod -R 777 /.cache
18
+
19
+
20
 
21
  EXPOSE 7860
22