MeowSky49887 commited on
Commit
8d7a4f2
·
verified ·
1 Parent(s): 03a7b4a

Update Dockerfile

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