File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -410,8 +410,7 @@ RUN pip install bleach && \
410
410
pip install feather-format && \
411
411
pip install fastai && \
412
412
pip install allennlp && \
413
- # https://b.corp.google.com/issues/184685619#comment9: 3.9.0 is causing a major performance degradation with spacy 2.3.5
414
- pip install importlib-metadata==3.4.0 && \
413
+ pip install importlib-metadata && \
415
414
python -m spacy download en_core_web_sm && python -m spacy download en_core_web_lg && \
416
415
apt-get install -y ffmpeg && \
417
416
/tmp/clean-layer.sh
Original file line number Diff line number Diff line change 1
1
BASE_IMAGE_REPO=gcr.io/deeplearning-platform-release
2
- BASE_IMAGE_TAG=m82
2
+ BASE_IMAGE_TAG=m85
3
3
CPU_BASE_IMAGE_NAME=tf2-cpu.2-6
4
4
GPU_BASE_IMAGE_NAME=tf2-gpu.2-6
5
5
LIGHTGBM_VERSION=3.2.1
You can’t perform that action at this time.
0 commit comments