7H4M3R commited on
Commit
1835a6e
·
verified ·
1 Parent(s): e900791

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ RUN pip3 install -r requirements.txt
17
 
18
 
19
  # Create writable tmp directory
20
- RUN mkdir -p /app/tmp /app/.streamlit && chmod -R 777 /app/tmp /app/.streamlit
21
  ENV STREAMLIT_CONFIG_DIR=/app/.streamlit
22
 
23
 
 
17
 
18
 
19
  # Create writable tmp directory
20
+ RUN mkdir -p /app/tmp /app/.streamlit /.cache && chmod -R 777 /app/tmp /app/.streamlit /.cache
21
  ENV STREAMLIT_CONFIG_DIR=/app/.streamlit
22
 
23