lwdgit commited on
Commit
9b7e07c
·
1 Parent(s): c9f1ec1
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ WORKDIR /app
6
 
7
  ADD app.py requirements.txt /app
8
 
9
- RUN chmod -R 777 /root/.config/matplotlib /usr/local/lib/python3.7/
10
 
11
  EXPOSE 7860
12
 
 
6
 
7
  ADD app.py requirements.txt /app
8
 
9
+ RUN chmod -R 777 /root/.cache /root/.config/matplotlib /usr/local/lib/python3.7/
10
 
11
  EXPOSE 7860
12