Update Dockerfile
Browse files- 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 |
|