Spaces:
Running
Running
Update Dockerfile
Browse files- 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"]
|