Skip to content

Commit 28f63ee

Browse files
nitins17Google-ML-Automation
authored andcommitted
Use the Docker image with CUDA 12.8 and cudnn 9.8 in the Bazel CUDA non RBE job
PiperOrigin-RevId: 741510217
1 parent 4024897 commit 28f63ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bazel_cuda_non_rbe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# Explicitly set the shell to bash
4848
shell: bash
4949
runs-on: ${{ inputs.runner }}
50-
container: "us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/ml-build-cuda12.3-cudnn9.1:latest"
50+
container: "us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/ml-build-cuda12.8-cudnn9.8:latest"
5151

5252
env:
5353
JAXCI_HERMETIC_PYTHON_VERSION: ${{ inputs.python }}

0 commit comments

Comments
 (0)