Skip to content

Commit

Permalink
chore(components): Update docker base image to marketplace.gcr.io/goo…
Browse files Browse the repository at this point in the history
…gle/ubuntu2404, which will install newer Python

Signed-off-by: Yifan Chen <[email protected]>
PiperOrigin-RevId: 691140914
  • Loading branch information
chenyifan-vertex authored and Google Cloud Pipeline Components maintainers committed Oct 29, 2024
1 parent 04d600b commit 6684b6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/google-cloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions components/google-cloud/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6684b6d

Please sign in to comment.