aka7774 commited on
Commit
a281af3
·
verified ·
1 Parent(s): 68f523b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -49,6 +49,7 @@ ENV GRADIO_SERVER_NAME=0.0.0.0
49
  RUN mkdir /app/outputs
50
 
51
  RUN chmod -R 777 /app
 
52
 
53
  # Gradioアプリを起動
54
  # Hugging Face Spacesはこのコマンドを自動で実行します (app.pyが指定されている場合)
 
49
  RUN mkdir /app/outputs
50
 
51
  RUN chmod -R 777 /app
52
+ RUN chmod -R 777 /.cache
53
 
54
  # Gradioアプリを起動
55
  # Hugging Face Spacesはこのコマンドを自動で実行します (app.pyが指定されている場合)