Niv03 commited on
Commit
1f8d218
·
1 Parent(s): 7c3df13

edit dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -6,5 +6,7 @@ COPY . /app
6
 
7
  RUN pip install --trusted-host pypi.python.org -r requirements.txt
8
 
 
 
9
  CMD ["streamlit", "run", "app.py"]
10
 
 
6
 
7
  RUN pip install --trusted-host pypi.python.org -r requirements.txt
8
 
9
+ RUN chmod 777 /.cache
10
+
11
  CMD ["streamlit", "run", "app.py"]
12