Skip to content

Commit e23e7fb

Browse files
committed
try adding gpus=all option to debug gpu failures
1 parent ce247f9 commit e23e7fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/bazel_gpu_non_rbe.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ jobs:
4242
{name: "nosla", image: "us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/nosla-cuda12.3-cudnn9.1-ubuntu20.04-manylinux2014-multipython:latest"},
4343
{name: "ml-build", image: "us-central1-docker.pkg.dev/tensorflow-sigs/tensorflow/ml-build:latest"}
4444
]
45-
container: ${{ matrix.container-list.image }}
45+
container:
46+
image: ${{ matrix.container-list.image }}
47+
options: --gpus all
4648
env:
4749
JAXCI_HERMETIC_PYTHON_VERSION: 3.11
4850
JAXCI_ENABLE_X64: ${{ matrix.enable-x_64 }}

0 commit comments

Comments
 (0)