Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -19,6 +19,8 @@ RUN apt-get update && apt-get install -y git wget ffmpeg libsndfile1 unzip \
|
|
| 19 |
&& pip install --upgrade pip \
|
| 20 |
&& pip install --no-cache-dir -r requirements.txt
|
| 21 |
|
|
|
|
|
|
|
| 22 |
RUN pip install git+https://github.com/coqui-ai/[email protected]
|
| 23 |
|
| 24 |
# Copiar el resto del proyecto
|
|
|
|
| 19 |
&& pip install --upgrade pip \
|
| 20 |
&& pip install --no-cache-dir -r requirements.txt
|
| 21 |
|
| 22 |
+
RUN mkdir /tmp/output_model
|
| 23 |
+
|
| 24 |
RUN pip install git+https://github.com/coqui-ai/[email protected]
|
| 25 |
|
| 26 |
# Copiar el resto del proyecto
|