We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd0636c commit 79afd12Copy full SHA for 79afd12
Dockerfile
@@ -361,6 +361,7 @@ RUN pip install bcolz && \
361
pip install allennlp && \
362
# b/149359379 remove once allennlp 1.0 is released which won't cause a spacy downgrade.
363
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 && \
365
/tmp/clean-layer.sh
366
367
###########
0 commit comments