Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -49,10 +49,10 @@ RUN ./download.sh --output voicevox_core --version 0.15.7
|
|
49 |
# Clone VOICEVOX Engine from 0.23.0 Repository
|
50 |
RUN git clone --branch release-0.23 https://github.com/VOICEVOX/voicevox_engine.git voicevox_engine
|
51 |
|
52 |
-
# ----------
|
53 |
|
54 |
# Install requirements.txt
|
55 |
-
RUN pip install --requirement voicevox_engine/requirements.txt
|
56 |
|
57 |
# Start the FastAPI app on port 7860, the default port expected by Spaces
|
58 |
-
CMD ["python", "voicevox_engine/run.py", "--voicelib_dir", "voicevox_core", "--host", "0.0.0.0", "--port", "7860", "--cors_policy_mode", "all"]
|
|
|
49 |
# Clone VOICEVOX Engine from 0.23.0 Repository
|
50 |
RUN git clone --branch release-0.23 https://github.com/VOICEVOX/voicevox_engine.git voicevox_engine
|
51 |
|
52 |
+
# ---------- Important! https://github.com/VOICEVOX/voicevox_engine/issues/1568 ----------
|
53 |
|
54 |
# Install requirements.txt
|
55 |
+
# RUN pip install --requirement voicevox_engine/requirements.txt
|
56 |
|
57 |
# Start the FastAPI app on port 7860, the default port expected by Spaces
|
58 |
+
# CMD ["python", "voicevox_engine/run.py", "--voicelib_dir", "voicevox_core", "--host", "0.0.0.0", "--port", "7860", "--cors_policy_mode", "all"]
|