We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25bbe8 commit e11b465Copy full SHA for e11b465
ci/cli/build.py
@@ -635,7 +635,7 @@ async def main():
635
# version is set. On the Linux Arm64 Docker image, the system default is
636
# Python 3.9 which is not supported by JAX.
637
# TODO(srnitin): Update the Docker images so that we can remove this.
638
- bazel_command.append("--repo_env=HERMETIC_PYTHON_VERSION=3.12")
+ bazel_command.append("--repo_env=HERMETIC_PYTHON_VERSION=3.11")
639
640
# Set the CUDA and cuDNN versions if they are not the default. Default values
641
# are set in the .bazelrc.
0 commit comments