We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ad3e5 commit bdf14ceCopy full SHA for bdf14ce
Dockerfile.tmpl
@@ -450,6 +450,8 @@ RUN pip install flashtext && \
450
pip install cesium && \
451
pip install rgf_python && \
452
pip install tsfresh && \
453
+ # b/204442455 unpin once tsfresh is compatible with latest version of statsmodels.
454
+ pip install statsmodels==0.12.2 && \
455
pip install pykalman && \
456
pip install optuna && \
457
pip install plotly_express && \
config.txt
@@ -1,5 +1,5 @@
1
BASE_IMAGE_REPO=gcr.io/deeplearning-platform-release
2
-BASE_IMAGE_TAG=m80
+BASE_IMAGE_TAG=m82
3
CPU_BASE_IMAGE_NAME=tf2-cpu.2-6
4
GPU_BASE_IMAGE_NAME=tf2-gpu.2-6
5
LIGHTGBM_VERSION=3.2.1
0 commit comments