Install ffmpeg for torchcodec runtime support
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -17,6 +17,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
| 17 |
libportaudio2 \
|
| 18 |
libopenblas-dev \
|
| 19 |
libomp-dev \
|
|
|
|
|
|
|
| 20 |
&& rm -rf /var/lib/apt/lists/*
|
| 21 |
|
| 22 |
COPY requirements.txt .
|
|
|
|
| 17 |
libportaudio2 \
|
| 18 |
libopenblas-dev \
|
| 19 |
libomp-dev \
|
| 20 |
+
ffmpeg \
|
| 21 |
+
libavcodec-extra \
|
| 22 |
&& rm -rf /var/lib/apt/lists/*
|
| 23 |
|
| 24 |
COPY requirements.txt .
|