Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
|
@@ -9,7 +9,8 @@ RUN export TRANSFORMERS_CACHE=/content/cache/
|
|
| 9 |
COPY ./requirements.txt /content/requirements.txt
|
| 10 |
|
| 11 |
RUN pip install --no-cache-dir --upgrade -r /content/requirements.txt
|
| 12 |
-
RUN apt-get update
|
|
|
|
| 13 |
|
| 14 |
COPY . .
|
| 15 |
|
|
|
|
| 9 |
COPY ./requirements.txt /content/requirements.txt
|
| 10 |
|
| 11 |
RUN pip install --no-cache-dir --upgrade -r /content/requirements.txt
|
| 12 |
+
RUN apt-get update
|
| 13 |
+
RUN apt-get install -y ffmpeg
|
| 14 |
|
| 15 |
COPY . .
|
| 16 |
|