Skip to content

Commit e11b465

Browse files
Update build.py
The PJRT was being built for the wrong python
1 parent e25bbe8 commit e11b465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/cli/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ async def main():
635635
# version is set. On the Linux Arm64 Docker image, the system default is
636636
# Python 3.9 which is not supported by JAX.
637637
# TODO(srnitin): Update the Docker images so that we can remove this.
638-
bazel_command.append("--repo_env=HERMETIC_PYTHON_VERSION=3.12")
638+
bazel_command.append("--repo_env=HERMETIC_PYTHON_VERSION=3.11")
639639

640640
# Set the CUDA and cuDNN versions if they are not the default. Default values
641641
# are set in the .bazelrc.

0 commit comments

Comments
 (0)