jbilcke-hf HF staff commited on
Commit
9e51b11
1 Parent(s): 0d9ae27

add ffmpeg

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -19,7 +19,8 @@ RUN apt-get install -y \
19
  curl \
20
  git \
21
  git-lfs \
22
- unzip
 
23
 
24
  RUN git lfs install
25
 
 
19
  curl \
20
  git \
21
  git-lfs \
22
+ unzip \
23
+ ffmpeg
24
 
25
  RUN git lfs install
26