fix: add ffmpeg to final layer of container

This commit is contained in:
drbh 2024-11-27 18:37:38 -05:00
parent 2dc078ad1d
commit 50b5399d9c

View File

@ -207,6 +207,13 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
make \
curl \
git \
ffmpeg \
libavcodec-dev \
libavfilter-dev \
libavdevice-dev \
libavformat-dev \
libavutil-dev \
libswscale-dev \
&& rm -rf /var/lib/apt/lists/*
# Copy conda with PyTorch installed