Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -7,6 +7,8 @@ ENV COQUI_TOS_AGREED=1
|
|
| 7 |
|
| 8 |
COPY requirements.txt .
|
| 9 |
|
|
|
|
|
|
|
| 10 |
RUN pip install --upgrade pip
|
| 11 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 12 |
|
|
|
|
| 7 |
|
| 8 |
COPY requirements.txt .
|
| 9 |
|
| 10 |
+
|
| 11 |
+
RUN apt-get update && apt-get install -y ffmpeg
|
| 12 |
RUN pip install --upgrade pip
|
| 13 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 14 |
|