mhamilton723 commited on
Commit
67f4f04
·
verified ·
1 Parent(s): a18c38b

Update Dockerfile

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