MeowSky49887 commited on
Commit
33469e3
verified
1 Parent(s): f54c5de

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -33,4 +33,4 @@ RUN git clone https://github.com/VOICEVOX/voicevox_engine.git
33
  RUN pip install --no-cache-dir --upgrade -r voicevox_engine/requirements.txt
34
 
35
  # Start the FastAPI app on port 7860, the default port expected by Spaces
36
- CMD ["python", "voicevox_engine/run.py", "--voicevox_dir", "voicevox_core", "--host", "0.0.0.0", "--port", "7860"]
 
33
  RUN pip install --no-cache-dir --upgrade -r voicevox_engine/requirements.txt
34
 
35
  # Start the FastAPI app on port 7860, the default port expected by Spaces
36
+ CMD ["python", "voicevox_engine/run.py", "--voicelib_dir", "voicevox_core", "--host", "0.0.0.0", "--port", "7860"]