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

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
- ENV HF_HOME=/app
53
 
54
  # Gradioアプリを起動
55
  # Hugging Face Spacesはこのコマンドを自動で実行します (app.pyが指定されている場合)
 
49
  RUN mkdir /app/outputs
50
 
51
  RUN chmod -R 777 /app
52
+ RUN chmod -R 777 /usr/local/lib/python3.10/site-packages/pyopenjtalk
53
 
54
  # Gradioアプリを起動
55
  # Hugging Face Spacesはこのコマンドを自動で実行します (app.pyが指定されている場合)