Skip to content

Update Docker Image#354

Merged
boomanaiden154 merged 1 commit intogoogle:mainfrom
boomanaiden154:bump-docker-7-3-25
Jul 4, 2025
Merged

Update Docker Image#354
boomanaiden154 merged 1 commit intogoogle:mainfrom
boomanaiden154:bump-docker-7-3-25

Conversation

@boomanaiden154
Copy link
Collaborator

This patch makes a couple changes to the container image definition so that it works with recent changes.

  • It updates the container image to ubuntu:24.04 which has the default python version of 3.12 so that it matches that quasi-hermetic toolchain setup in bazel. Otherwise we get errors when trying to load pybind modules as they are compiled against 3.12.
  • We remove the python package installation requirements due to them now being handled by bazel and the file being used no longer existing.

This patch makes a couple changes to the container image definition so
that it works with recent changes.
* It updates the container image to ubuntu:24.04 which has the default
  python version of 3.12 so that it matches that quasi-hermetic
  toolchain setup in bazel. Otherwise we get errors when trying to load
  pybind modules as they are compiled against 3.12.
* We remove the python package installation requirements due to them now
  being handled by bazel and the file being used no longer existing.
Copy link
Contributor

@virajbshah virajbshah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@boomanaiden154 boomanaiden154 merged commit c989513 into google:main Jul 4, 2025
7 checks passed
@boomanaiden154 boomanaiden154 deleted the bump-docker-7-3-25 branch July 4, 2025 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants