Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -24,5 +24,7 @@ ENV PYTHONUNBUFFERED=1 \
|
|
| 24 |
GRADIO_SERVER_NAME=0.0.0.0 \
|
| 25 |
SYSTEM=spaces
|
| 26 |
|
|
|
|
|
|
|
| 27 |
# Set the command to run your Streamlit app
|
| 28 |
CMD ["python3", "app.py"]
|
|
|
|
| 24 |
GRADIO_SERVER_NAME=0.0.0.0 \
|
| 25 |
SYSTEM=spaces
|
| 26 |
|
| 27 |
+
RUN chmod +777 .cache
|
| 28 |
+
|
| 29 |
# Set the command to run your Streamlit app
|
| 30 |
CMD ["python3", "app.py"]
|