Skip to content

Commit f069226

Browse files
authored
Upgrade base image to m91 (#1142)
http://b/227193319
1 parent 4d79daa commit f069226

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Dockerfile.tmpl

+2-3
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ RUN conda config --add channels nvidia && \
7272
conda config --add channels rapidsai && \
7373
# Base image channel order: conda-forge (highest priority), defaults.
7474
# End state: rapidsai (highest priority), nvidia, conda-forge, defaults.
75-
# b/216162758 Pin mkl which last version breaks spacy.
76-
conda install mkl=2021.4.0 cartopy=0.19 imagemagick=7.1 pyproj==3.1.0 && \
75+
conda install mkl cartopy=0.19 imagemagick=7.1 pyproj==3.1.0 && \
7776
/tmp/clean-layer.sh
7877

7978
{{ if eq .Accelerator "gpu" }}
@@ -155,7 +154,7 @@ RUN pip install pycuda && \
155154

156155
RUN pip install pysal && \
157156
pip install seaborn python-dateutil dask python-igraph && \
158-
pip install pyyaml joblib husl geopy ml_metrics mne pyshp && \
157+
pip install pyyaml joblib husl geopy mne pyshp && \
159158
pip install pandas && \
160159
pip install flax && \
161160
# Install h2o from source.

config.txt

+1-1
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=m88
2+
BASE_IMAGE_TAG=m91
33
CPU_BASE_IMAGE_NAME=tf2-cpu.2-6
44
GPU_BASE_IMAGE_NAME=tf2-gpu.2-6
55
LIGHTGBM_VERSION=3.3.1

0 commit comments

Comments
 (0)