Skip to content

Commit 816fffa

Browse files
authored
Merge pull request #789 from Kaggle/adding-ffmpeg
Adding ffmpeg
2 parents 9b6f819 + 79afd12 commit 816fffa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ RUN pip install bcolz && \
363363
pip install allennlp && \
364364
# b/149359379 remove once allennlp 1.0 is released which won't cause a spacy downgrade.
365365
pip install spacy==2.2.3 && python -m spacy download en && python -m spacy download en_core_web_lg && \
366+
apt-get install -y ffmpeg && \
366367
/tmp/clean-layer.sh
367368

368369
###########

0 commit comments

Comments
 (0)