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 7ef3615 commit 7fabccbCopy full SHA for 7fabccb
Dockerfile
@@ -352,6 +352,8 @@ RUN pip install bleach && \
352
pip install feather-format && \
353
pip install fastai && \
354
pip install allennlp && \
355
+ # https://b.corp.google.com/issues/184685619#comment9: 3.9.0 is causing a major performance degradation with spacy 2.3.5
356
+ pip install importlib-metadata==3.4.0 && \
357
python -m spacy download en && python -m spacy download en_core_web_lg && \
358
apt-get install -y ffmpeg && \
359
/tmp/clean-layer.sh
0 commit comments