Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -34,7 +34,7 @@ ENV COQUI_TTS_AGREED=1
|
|
| 34 |
RUN python3 -m venv /app/venv
|
| 35 |
|
| 36 |
# Install Coqui TTS requirements (from the TTS submodule) using the venv's pip
|
| 37 |
-
RUN /app/venv/bin/pip install -r requirements.txt --timeout=300
|
| 38 |
|
| 39 |
# Explicitly install the TTS package itself in editable mode using the venv's pip
|
| 40 |
RUN /app/venv/bin/pip install -e . --timeout=300
|
|
|
|
| 34 |
RUN python3 -m venv /app/venv
|
| 35 |
|
| 36 |
# Install Coqui TTS requirements (from the TTS submodule) using the venv's pip
|
| 37 |
+
RUN /app/venv/bin/pip install -r /app/TTS/requirements.txt --timeout=300
|
| 38 |
|
| 39 |
# Explicitly install the TTS package itself in editable mode using the venv's pip
|
| 40 |
RUN /app/venv/bin/pip install -e . --timeout=300
|