mhamilton723 commited on
Commit
a18c38b
1 Parent(s): 9e29f90

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]