MeowSky49887 commited on
Commit
a9a732f
verified
1 Parent(s): 02b7546

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -52,7 +52,7 @@ RUN git clone --branch release-0.23 https://github.com/VOICEVOX/voicevox_engine.
52
  # ---------- Important! https://github.com/VOICEVOX/voicevox_engine/issues/1568 ----------
53
 
54
  # Install requirements.txt
55
- # RUN pip install --requirement voicevox_engine/requirements.txt
56
 
57
  # Start the FastAPI app on port 7860, the default port expected by Spaces
58
- # CMD ["python", "voicevox_engine/run.py", "--voicelib_dir", "voicevox_core", "--host", "0.0.0.0", "--port", "7860", "--cors_policy_mode", "all"]
 
52
  # ---------- Important! https://github.com/VOICEVOX/voicevox_engine/issues/1568 ----------
53
 
54
  # Install requirements.txt
55
+ RUN pip install --requirement voicevox_engine/requirements.txt
56
 
57
  # Start the FastAPI app on port 7860, the default port expected by Spaces
58
+ CMD ["python", "voicevox_engine/run.py", "--voicelib_dir", "voicevox_core", "--host", "0.0.0.0", "--port", "7860", "--cors_policy_mode", "all"]