Skip to content

Commit 7ffc2b9

Browse files
authored
Upgrade base image to m85 (#1095)
1 parent b9f91ea commit 7ffc2b9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,8 +410,7 @@ RUN pip install bleach && \
410410
pip install feather-format && \
411411
pip install fastai && \
412412
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 && \
415414
python -m spacy download en_core_web_sm && python -m spacy download en_core_web_lg && \
416415
apt-get install -y ffmpeg && \
417416
/tmp/clean-layer.sh

config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
BASE_IMAGE_REPO=gcr.io/deeplearning-platform-release
2-
BASE_IMAGE_TAG=m82
2+
BASE_IMAGE_TAG=m85
33
CPU_BASE_IMAGE_NAME=tf2-cpu.2-6
44
GPU_BASE_IMAGE_NAME=tf2-gpu.2-6
55
LIGHTGBM_VERSION=3.2.1

0 commit comments

Comments
 (0)