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.
2 parents 9b6f819 + 79afd12 commit 816fffaCopy full SHA for 816fffa
Dockerfile
@@ -363,6 +363,7 @@ RUN pip install bcolz && \
363
pip install allennlp && \
364
# b/149359379 remove once allennlp 1.0 is released which won't cause a spacy downgrade.
365
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 && \
367
/tmp/clean-layer.sh
368
369
###########
0 commit comments