Skip to content

Commit f0ed644

Browse files
authored
Upgrade base image to m88. (#1122)
* Upgrade base image to m88. Remove unnecessary pin on statsmodels following tsfresh new release including this fix: blue-yonder/tsfresh#897 http://b/215027867 * pin setuptools to 59.5.0 in torch build
1 parent 86e2526 commit f0ed644

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Dockerfile.tmpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,6 @@ RUN pip install flashtext && \
461461
# b/205704651 remove install cmd for matrixprofile after version > 1.1.10 is released.
462462
pip install git+https://github.com/matrix-profile-foundation/matrixprofile.git@6bea7d4445284dbd9700a097974ef6d4613fbca7 && \
463463
pip install tsfresh && \
464-
# b/204442455 unpin once tsfresh is compatible with latest version of statsmodels.
465-
pip install statsmodels==0.12.2 && \
466464
pip install pykalman && \
467465
pip install optuna && \
468466
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=m87
2+
BASE_IMAGE_TAG=m88
33
CPU_BASE_IMAGE_NAME=tf2-cpu.2-6
44
GPU_BASE_IMAGE_NAME=tf2-gpu.2-6
55
LIGHTGBM_VERSION=3.3.1

packages/torch.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARG TORCHVISION_VERSION
1111
RUN test -n "$TORCHVISION_VERSION"
1212

1313
# Build instructions: https://github.com/pytorch/pytorch#from-source
14-
RUN conda install astunparse numpy ninja pyyaml mkl mkl-include setuptools cmake cffi typing_extensions future six requests dataclasses
14+
RUN conda install astunparse numpy ninja pyyaml mkl mkl-include setuptools==59.5.0 cmake cffi typing_extensions future six requests dataclasses
1515

1616
# By default, it uses the version from version.txt which includes the `a0` (alpha zero) suffix and part of the git hash.
1717
# This causes dependency conflicts like these: https://paste.googleplex.com/4786486378496000

0 commit comments

Comments
 (0)