Update Dockerfile
Browse files- 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 |
-
|
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が指定されている場合)
|