Spaces:
No application file
No application file
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -24,7 +24,9 @@ ENV PYTHONUNBUFFERED=1 \
|
|
24 |
GRADIO_SERVER_NAME=0.0.0.0 \
|
25 |
SYSTEM=spaces
|
26 |
|
27 |
-
RUN
|
|
|
|
|
28 |
|
29 |
# Set the command to run your Streamlit app
|
30 |
CMD ["python3", "app.py"]
|
|
|
24 |
GRADIO_SERVER_NAME=0.0.0.0 \
|
25 |
SYSTEM=spaces
|
26 |
|
27 |
+
RUN pwd && \
|
28 |
+
mkdir .cache && \
|
29 |
+
chmod +777 .cache
|
30 |
|
31 |
# Set the command to run your Streamlit app
|
32 |
CMD ["python3", "app.py"]
|