Skip to content

Commit

Permalink
fix: add ffmpeg to final layer of container
Browse files Browse the repository at this point in the history
  • Loading branch information
drbh committed Nov 27, 2024
1 parent 1d007f5 commit fafa5b1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fafa5b1

Please sign in to comment.