Skip to content

Commit

Permalink
Upgrade base image to m88.
Browse files Browse the repository at this point in the history
Remove unnecessary pin on statsmodels following tsfresh new release
including this fix: blue-yonder/tsfresh#897

http://b/215027867
  • Loading branch information
rosbo committed Jan 18, 2022
1 parent 86e2526 commit 27db167
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Dockerfile.tmpl
Expand Up @@ -461,8 +461,6 @@ RUN pip install flashtext && \
# b/205704651 remove install cmd for matrixprofile after version > 1.1.10 is released.
pip install git+https://github.com/matrix-profile-foundation/matrixprofile.git@6bea7d4445284dbd9700a097974ef6d4613fbca7 && \
pip install tsfresh && \
# b/204442455 unpin once tsfresh is compatible with latest version of statsmodels.
pip install statsmodels==0.12.2 && \
pip install pykalman && \
pip install optuna && \
pip install plotly_express && \
Expand Down
2 changes: 1 addition & 1 deletion config.txt
@@ -1,5 +1,5 @@
BASE_IMAGE_REPO=gcr.io/deeplearning-platform-release
BASE_IMAGE_TAG=m87
BASE_IMAGE_TAG=m88
CPU_BASE_IMAGE_NAME=tf2-cpu.2-6
GPU_BASE_IMAGE_NAME=tf2-gpu.2-6
LIGHTGBM_VERSION=3.3.1
Expand Down

0 comments on commit 27db167

Please sign in to comment.