diff --git a/.devcontainer/llvm18-cuda12.0/devcontainer.json b/.devcontainer/llvm18-cuda12.0/devcontainer.json index a6e7f5019..0b46719d1 100644 --- a/.devcontainer/llvm18-cuda12.0/devcontainer.json +++ b/.devcontainer/llvm18-cuda12.0/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "rapidsai/devcontainers:24.04-cpp-llvm18-cuda12.0-ubuntu22.04", + "image": "rapidsai/devcontainers:24.12-cpp-llvm18-cuda12.0-ubuntu22.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/llvm18-cuda12.4/devcontainer.json b/.devcontainer/llvm18-cuda12.4/devcontainer.json index 6c3962888..091ac9e2f 100644 --- a/.devcontainer/llvm18-cuda12.4/devcontainer.json +++ b/.devcontainer/llvm18-cuda12.4/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "rapidsai/devcontainers:24.04-cpp-llvm18-cuda12.4-ubuntu22.04", + "image": "rapidsai/devcontainers:24.12-cpp-llvm18-cuda12.4-ubuntu22.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/nvhpc24.3/devcontainer.json b/.devcontainer/nvhpc24.3/devcontainer.json index 60c59f8b4..555bbedcf 100644 --- a/.devcontainer/nvhpc24.3/devcontainer.json +++ b/.devcontainer/nvhpc24.3/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "rapidsai/devcontainers:24.04-cpp-nvhpc24.3-ubuntu22.04", + "image": "rapidsai/devcontainers:24.12-cpp-nvhpc24.3-ubuntu22.04", "hostRequirements": { "gpu": "optional" },