From a75abb53c7a8345ff859cfa3bb32430e1e18d953 Mon Sep 17 00:00:00 2001 From: Vincent Roseberry Date: Mon, 6 Jun 2022 13:53:13 +0000 Subject: [PATCH] Upgrade base image to m93. In preparation of the upgrade to TensorFlow 2.9 http://b/207851560 --- config.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.txt b/config.txt index 5cb91ac2..19215b5c 100644 --- a/config.txt +++ b/config.txt @@ -1,5 +1,5 @@ BASE_IMAGE_REPO=gcr.io/deeplearning-platform-release -BASE_IMAGE_TAG=m92 +BASE_IMAGE_TAG=m93 CPU_BASE_IMAGE_NAME=tf2-cpu.2-6 GPU_BASE_IMAGE_NAME=tf2-gpu.2-6 LIGHTGBM_VERSION=3.3.2