soiz1 commited on
Commit
0d61fa3
·
verified ·
1 Parent(s): ce9d4d1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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"]