Skip to content

Commit bdf14ce

Browse files
authored
Upgrade base image to m82 (#1093)
http://b/204442455
1 parent f1ad3e5 commit bdf14ce

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,8 @@ RUN pip install flashtext && \
450450
pip install cesium && \
451451
pip install rgf_python && \
452452
pip install tsfresh && \
453+
# b/204442455 unpin once tsfresh is compatible with latest version of statsmodels.
454+
pip install statsmodels==0.12.2 && \
453455
pip install pykalman && \
454456
pip install optuna && \
455457
pip install plotly_express && \

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=m80
2+
BASE_IMAGE_TAG=m82
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)