Somunia commited on
Commit
e9f2d37
·
verified ·
1 Parent(s): 5f91ba2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -30,6 +30,7 @@ ENV HF_HOME=/app/.cache
30
 
31
  # Create the cache directory and give the appropriate permissions
32
  RUN mkdir -p /app/.cache && chmod 777 /app/.cache
 
33
 
34
  # Print Messages
35
  # CMD ["bash"]
 
30
 
31
  # Create the cache directory and give the appropriate permissions
32
  RUN mkdir -p /app/.cache && chmod 777 /app/.cache
33
+ RUN mkdir -p /app/gradio_flagged && chmod 777 /app/gradio_flagged
34
 
35
  # Print Messages
36
  # CMD ["bash"]