MeowSky49887 commited on
Commit
dc3f273
·
verified ·
1 Parent(s): ee51ca9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,4 +2,4 @@
2
  FROM voicevox/voicevox_engine:cpu-latest
3
 
4
  # Start the FastAPI app on port 7860, the default port expected by Spaces
5
- CMD ["--host", "0.0.0.0", "--port", "7860"]
 
2
  FROM voicevox/voicevox_engine:cpu-latest
3
 
4
  # Start the FastAPI app on port 7860, the default port expected by Spaces
5
+ CMD ["python", "voicevox_engine/run.py", "--host", "0.0.0.0", "--port", "7860"]