Spaces:
Paused
Paused
Jirat Jaturanpinyo commited on
Update Dockerfile
Browse files- 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
|
| 22 |
|
| 23 |
# Start the FastAPI app on port 7860, the default port expected by Spaces
|
| 24 |
-
CMD ["python", "
|
|
|
|
| 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"]
|