Skip to content

Commit 79afd12

Browse files
committed
Adding ffmpeg
1 parent fd0636c commit 79afd12

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
@@ -361,6 +361,7 @@ RUN pip install bcolz && \
361361
pip install allennlp && \
362362
# b/149359379 remove once allennlp 1.0 is released which won't cause a spacy downgrade.
363363
pip install spacy==2.2.3 && python -m spacy download en && python -m spacy download en_core_web_lg && \
364+
apt-get install -y ffmpeg && \
364365
/tmp/clean-layer.sh
365366

366367
###########

0 commit comments

Comments
 (0)