From fc9ebaf3cf28e8fddcf4379ccbaf7922ac6d1cb2 Mon Sep 17 00:00:00 2001 From: Vivek Kale <11766050+vlkale@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:20:52 -0700 Subject: [PATCH] Update build-with-kokkos.yml --- .github/workflows/build-with-kokkos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-with-kokkos.yml b/.github/workflows/build-with-kokkos.yml index a268e7625..d7c7793ab 100644 --- a/.github/workflows/build-with-kokkos.yml +++ b/.github/workflows/build-with-kokkos.yml @@ -13,7 +13,7 @@ jobs: - image: ubuntu:22.04 preset: OpenMP compiler: default - - image: nvidia/cuda:11.0.3-devel-ubuntu20.04 + - image: nvidia/cuda:11.0.3-base-ubuntu20.04 preset: Cuda compiler: default - image: nvidia/cuda:12.2.0-devel-ubuntu22.04