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

Update Dockerfile

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