From 983dabc5d33f2f62a2e654a2bddf13a8a8b44a72 Mon Sep 17 00:00:00 2001 From: Jordan Jacobelli Date: Tue, 22 Oct 2024 15:27:58 +0200 Subject: [PATCH] Update devcontainers base image to support AWS_ROLE_ARN Signed-off-by: Jordan Jacobelli --- .devcontainer/cuda11.8-gcc11/devcontainer.json | 2 +- .devcontainer/cuda12.4-gcc12/devcontainer.json | 2 +- .devcontainer/cuda12.5-gcc12/devcontainer.json | 2 +- .devcontainer/cuda12.5-gcc13/devcontainer.json | 2 +- .devcontainer/devcontainer.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.devcontainer/cuda11.8-gcc11/devcontainer.json b/.devcontainer/cuda11.8-gcc11/devcontainer.json index 805469bba..61bf792b1 100644 --- a/.devcontainer/cuda11.8-gcc11/devcontainer.json +++ b/.devcontainer/cuda11.8-gcc11/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.10-cpp-gcc11-cuda11.8-ubuntu22.04", + "image": "rapidsai/devcontainers:24.12-cpp-gcc11-cuda11.8-ubuntu22.04", "hostRequirements": { "gpu": true }, diff --git a/.devcontainer/cuda12.4-gcc12/devcontainer.json b/.devcontainer/cuda12.4-gcc12/devcontainer.json index ec53bd892..3a4646f18 100644 --- a/.devcontainer/cuda12.4-gcc12/devcontainer.json +++ b/.devcontainer/cuda12.4-gcc12/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.06-cpp-gcc12-cuda12.4-ubuntu22.04", + "image": "rapidsai/devcontainers:24.12-cpp-gcc12-cuda12.4-ubuntu22.04", "hostRequirements": { "gpu": true }, diff --git a/.devcontainer/cuda12.5-gcc12/devcontainer.json b/.devcontainer/cuda12.5-gcc12/devcontainer.json index d37d42cbe..e47919e65 100644 --- a/.devcontainer/cuda12.5-gcc12/devcontainer.json +++ b/.devcontainer/cuda12.5-gcc12/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.10-cpp-gcc12-cuda12.5-ubuntu22.04", + "image": "rapidsai/devcontainers:24.12-cpp-gcc12-cuda12.5-ubuntu22.04", "hostRequirements": { "gpu": true }, diff --git a/.devcontainer/cuda12.5-gcc13/devcontainer.json b/.devcontainer/cuda12.5-gcc13/devcontainer.json index 474bf97a5..7afa851ce 100644 --- a/.devcontainer/cuda12.5-gcc13/devcontainer.json +++ b/.devcontainer/cuda12.5-gcc13/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.10-cpp-gcc13-cuda12.5-ubuntu22.04", + "image": "rapidsai/devcontainers:24.12-cpp-gcc13-cuda12.5-ubuntu22.04", "hostRequirements": { "gpu": true }, diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 474bf97a5..7afa851ce 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.10-cpp-gcc13-cuda12.5-ubuntu22.04", + "image": "rapidsai/devcontainers:24.12-cpp-gcc13-cuda12.5-ubuntu22.04", "hostRequirements": { "gpu": true },