From 2c43ddd903e4885893f91dfd1e3d512fc77a34b3 Mon Sep 17 00:00:00 2001 From: Jake Hemstad Date: Mon, 23 Oct 2023 14:50:35 -0500 Subject: [PATCH 1/2] Update devcontainer.json --- .devcontainer/cuda11.1-llvm9/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/cuda11.1-llvm9/devcontainer.json b/.devcontainer/cuda11.1-llvm9/devcontainer.json index 18092350e62..ab03421fc7b 100644 --- a/.devcontainer/cuda11.1-llvm9/devcontainer.json +++ b/.devcontainer/cuda11.1-llvm9/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:23.12-cpp-llvm9-cuda11.1-ubuntu18.04", + "image": "rapidsai/devcontainers:23.10-cpp-llvm9-cuda11.1-ubuntu18.04", "hostRequirements": { "gpu": true }, From da4502f51d53f765224f59faa0591b27b34c1600 Mon Sep 17 00:00:00 2001 From: Jake Hemstad Date: Mon, 23 Oct 2023 15:01:49 -0500 Subject: [PATCH 2/2] [skip-tests] Update devcontainer.json --- .devcontainer/cuda11.1-llvm9/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/cuda11.1-llvm9/devcontainer.json b/.devcontainer/cuda11.1-llvm9/devcontainer.json index ab03421fc7b..63eddb83852 100644 --- a/.devcontainer/cuda11.1-llvm9/devcontainer.json +++ b/.devcontainer/cuda11.1-llvm9/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:23.10-cpp-llvm9-cuda11.1-ubuntu18.04", + "image": "rapidsai/devcontainers:23.08-cpp-llvm9-cuda11.1-ubuntu18.04", "hostRequirements": { "gpu": true },