From d3fe74ab3aae625dab9e05b186b71a6d45de9e0a Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Thu, 17 Oct 2024 18:09:04 -0400 Subject: [PATCH] 12.6.0 Signed-off-by: Jinzhe Zeng --- .github/workflows/test_cuda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_cuda.yml b/.github/workflows/test_cuda.yml index 0b123f3af4..01c9b327fb 100644 --- a/.github/workflows/test_cuda.yml +++ b/.github/workflows/test_cuda.yml @@ -19,7 +19,7 @@ jobs: runs-on: nvidia # https://github.com/deepmodeling/deepmd-kit/pull/2884#issuecomment-1744216845 container: - image: nvidia/cuda:12.6-devel-ubuntu24.04 + image: nvidia/cuda:12.6.0-devel-ubuntu24.04 options: --gpus all if: github.repository_owner == 'deepmodeling' && (github.event_name == 'pull_request' && github.event.label && github.event.label.name == 'Test CUDA' || github.event_name == 'workflow_dispatch' || github.event_name == 'merge_group') steps: