From 859c5f9245ffff6b24738753adebfc7b021239bb Mon Sep 17 00:00:00 2001 From: Sandeep Datta Date: Wed, 13 Sep 2023 05:44:13 -0700 Subject: [PATCH] Going back to 23.06-cpp-mambaforge-ubuntu22.04. --- .github/workflows/ci-gh.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-gh.yml b/.github/workflows/ci-gh.yml index 882cb8e7d..ffb77c10e 100644 --- a/.github/workflows/ci-gh.yml +++ b/.github/workflows/ci-gh.yml @@ -17,7 +17,7 @@ jobs: matrix: include: - device: "gpu" - image: "rapidsai/devcontainers:23.06-cpp-cuda12.1-mambaforge-ubuntu22.04" + image: "rapidsai/devcontainers:23.06-cpp-mambaforge-ubuntu22.04" - device: "cpu" image: "rapidsai/devcontainers:23.06-cpp-mambaforge-ubuntu22.04"