From 494e5100de409d6101a493402c568da1e99970b6 Mon Sep 17 00:00:00 2001 From: Randolph Settgast Date: Thu, 22 Jan 2026 13:54:48 -0800 Subject: [PATCH] workaround for depricated cuda driver for v100 support --- .github/workflows/ci_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 63b2924cfc8..2bda0dd482a 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -377,7 +377,7 @@ jobs: DOCKER_REPOSITORY: geosx/rockylinux8-clang17-cuda12.9.1 RUNS_ON: streak NPROC: 8 - DOCKER_RUN_ARGS: "--cpus=8 --memory=256g --runtime=nvidia --gpus all -v /etc/pki/ca-trust/source/anchors/:/usr/local/share/ca-certificates/llnl:ro" + DOCKER_RUN_ARGS: "--cpus=8 --memory=256g --runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=all -v /etc/pki/ca-trust/source/anchors/:/usr/local/share/ca-certificates/llnl:ro" DOCKER_CERTS_DIR: "/usr/local/share/ca-certificates" DOCKER_CERTS_UPDATE_COMMAND: "update-ca-trust" HOST_CONFIG: /spack-generated.cmake