Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -52,4 +52,4 @@ RUN git clone --branch release-0.23 https://github.com/VOICEVOX/voicevox_engine.
|
|
52 |
# Pythonパッケージをインストール
|
53 |
RUN pip install --requirement voicevox_engine/requirements.txt
|
54 |
|
55 |
-
CMD ["python", "voicevox_engine/run.py", "--voicelib_dir", "voicevox_core", "--host", "0.0.0.0", "--port", "7860", "--cors_policy_mode", "all"]
|
|
|
52 |
# Pythonパッケージをインストール
|
53 |
RUN pip install --requirement voicevox_engine/requirements.txt
|
54 |
|
55 |
+
CMD ["python", "voicevox_engine/run.py", "--voicelib_dir", "voicevox_core", "--host", "0.0.0.0", "--port", "7860", "--cors_policy_mode", "all", "--load_all_models"]
|