Spaces:
Running
Running
Jirat Jaturanpinyo
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,4 +11,4 @@ WORKDIR /voicevox_engine
|
|
11 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
12 |
|
13 |
# Start the FastAPI app on port 7860, the default port expected by Spaces
|
14 |
-
CMD ["python", "voicevox_dir", "linux-cpu","--host", "0.0.0.0", "--port", "7860"]
|
|
|
11 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
12 |
|
13 |
# Start the FastAPI app on port 7860, the default port expected by Spaces
|
14 |
+
CMD ["python", "run.py", "--voicevox_dir", "../linux-cpu","--host", "0.0.0.0", "--port", "7860"]
|