MeowSkyKung commited on
Commit
ec588e5
1 Parent(s): 4f0b2c1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -18,7 +18,7 @@ WORKDIR $HOME/app
18
  COPY --chown=user . $HOME/app
19
 
20
  # Install requirements.txt
21
- RUN pip install --no-cache-dir --upgrade -r voicevox_engine/requirements.txt
22
 
23
  # Start the FastAPI app on port 7860, the default port expected by Spaces
24
- CMD ["python", "voicevox_engine/run.py", "--voicevox_dir", "linux-cpu", "--host", "0.0.0.0", "--port", "7860"]
 
18
  COPY --chown=user . $HOME/app
19
 
20
  # Install requirements.txt
21
+ RUN pip install --no-cache-dir --upgrade -r voicevox_nemo_engine/requirements.txt
22
 
23
  # Start the FastAPI app on port 7860, the default port expected by Spaces
24
+ CMD ["python", "voicevox_nemo_engine/run.py", "--voicevox_dir", "linux-cpu", "--host", "0.0.0.0", "--port", "7860"]