From e2c0bcb0c5a18481934386c32df52f7ed9739084 Mon Sep 17 00:00:00 2001 From: Yifan Chen Date: Tue, 29 Oct 2024 11:13:35 -0700 Subject: [PATCH] chore(components): Update docker base image to marketplace.gcr.io/google/ubuntu2404, which will install newer Python Signed-off-by: Yifan Chen PiperOrigin-RevId: 691090452 --- components/google-cloud/Dockerfile | 2 +- components/google-cloud/RELEASE.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/google-cloud/Dockerfile b/components/google-cloud/Dockerfile index c2d999eb4157..c63557c3dec3 100644 --- a/components/google-cloud/Dockerfile +++ b/components/google-cloud/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # Base image to use for this docker -FROM marketplace.gcr.io/google/ubuntu2004:latest +FROM marketplace.gcr.io/google/ubuntu2404:latest RUN apt update && apt -y install python3 python3-pip git WORKDIR /root diff --git a/components/google-cloud/RELEASE.md b/components/google-cloud/RELEASE.md index 3d7f77276173..a07db4649327 100644 --- a/components/google-cloud/RELEASE.md +++ b/components/google-cloud/RELEASE.md @@ -3,6 +3,7 @@ * Add reservation_affinition support in `v1.create_custom_training_job_from_component`. * Deprecate `preview.custom_job` module. * Fix default location in `v1.create_custom_training_job_from_component`. +* Update Docker image. ## Release 2.17.0 * Fix Gemini batch prediction support to `v1.model_evaluation.autosxs_pipeline` after output schema change.