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

edit dockerfile

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