From c494fe94fbc5b83c517613ad671656a35340f829 Mon Sep 17 00:00:00 2001 From: Jake Hemstad Date: Fri, 9 Feb 2024 01:06:10 -0800 Subject: [PATCH] Update to devcontainers 24.04 (#1357) --- .devcontainer/cuda11.1-gcc6/devcontainer.json | 2 +- .devcontainer/cuda11.1-gcc7/devcontainer.json | 2 +- .devcontainer/cuda11.1-gcc8/devcontainer.json | 2 +- .devcontainer/cuda11.1-gcc9/devcontainer.json | 2 +- .devcontainer/cuda11.1-llvm9/devcontainer.json | 2 +- .devcontainer/cuda12.3-gcc10/devcontainer.json | 2 +- .devcontainer/cuda12.3-gcc11/devcontainer.json | 2 +- .devcontainer/cuda12.3-gcc12/devcontainer.json | 2 +- .devcontainer/cuda12.3-gcc7/devcontainer.json | 2 +- .devcontainer/cuda12.3-gcc8/devcontainer.json | 2 +- .devcontainer/cuda12.3-gcc9/devcontainer.json | 2 +- .devcontainer/cuda12.3-llvm10/devcontainer.json | 2 +- .devcontainer/cuda12.3-llvm11/devcontainer.json | 2 +- .devcontainer/cuda12.3-llvm12/devcontainer.json | 2 +- .devcontainer/cuda12.3-llvm13/devcontainer.json | 2 +- .devcontainer/cuda12.3-llvm14/devcontainer.json | 2 +- .devcontainer/cuda12.3-llvm15/devcontainer.json | 2 +- .devcontainer/cuda12.3-llvm16/devcontainer.json | 2 +- .devcontainer/cuda12.3-llvm9/devcontainer.json | 2 +- .devcontainer/cuda12.3-oneapi2023.2.0/devcontainer.json | 2 +- .devcontainer/devcontainer.json | 2 +- ci/matrix.yaml | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.devcontainer/cuda11.1-gcc6/devcontainer.json b/.devcontainer/cuda11.1-gcc6/devcontainer.json index 705cf8e2164..f2a9770f25a 100644 --- a/.devcontainer/cuda11.1-gcc6/devcontainer.json +++ b/.devcontainer/cuda11.1-gcc6/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.02-cpp-gcc6-cuda11.1-ubuntu18.04", + "image": "rapidsai/devcontainers:24.04-cpp-gcc6-cuda11.1-ubuntu18.04", "hostRequirements": { "gpu": true }, diff --git a/.devcontainer/cuda11.1-gcc7/devcontainer.json b/.devcontainer/cuda11.1-gcc7/devcontainer.json index 7bbfe8a34d0..17088ccdcfa 100644 --- a/.devcontainer/cuda11.1-gcc7/devcontainer.json +++ b/.devcontainer/cuda11.1-gcc7/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.02-cpp-gcc7-cuda11.1-ubuntu18.04", + "image": "rapidsai/devcontainers:24.04-cpp-gcc7-cuda11.1-ubuntu18.04", "hostRequirements": { "gpu": true }, diff --git a/.devcontainer/cuda11.1-gcc8/devcontainer.json b/.devcontainer/cuda11.1-gcc8/devcontainer.json index 0abedceb1d5..c161b7f0ba5 100644 --- a/.devcontainer/cuda11.1-gcc8/devcontainer.json +++ b/.devcontainer/cuda11.1-gcc8/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.02-cpp-gcc8-cuda11.1-ubuntu18.04", + "image": "rapidsai/devcontainers:24.04-cpp-gcc8-cuda11.1-ubuntu18.04", "hostRequirements": { "gpu": true }, diff --git a/.devcontainer/cuda11.1-gcc9/devcontainer.json b/.devcontainer/cuda11.1-gcc9/devcontainer.json index 67aea622e62..ebc410bddc8 100644 --- a/.devcontainer/cuda11.1-gcc9/devcontainer.json +++ b/.devcontainer/cuda11.1-gcc9/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.02-cpp-gcc9-cuda11.1-ubuntu18.04", + "image": "rapidsai/devcontainers:24.04-cpp-gcc9-cuda11.1-ubuntu18.04", "hostRequirements": { "gpu": true }, diff --git a/.devcontainer/cuda11.1-llvm9/devcontainer.json b/.devcontainer/cuda11.1-llvm9/devcontainer.json index 73177bf1b1c..b51ebaea641 100644 --- a/.devcontainer/cuda11.1-llvm9/devcontainer.json +++ b/.devcontainer/cuda11.1-llvm9/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.02-cpp-llvm9-cuda11.1-ubuntu18.04", + "image": "rapidsai/devcontainers:24.04-cpp-llvm9-cuda11.1-ubuntu18.04", "hostRequirements": { "gpu": true }, diff --git a/.devcontainer/cuda12.3-gcc10/devcontainer.json b/.devcontainer/cuda12.3-gcc10/devcontainer.json index bda588efc2e..c34ce97387d 100644 --- a/.devcontainer/cuda12.3-gcc10/devcontainer.json +++ b/.devcontainer/cuda12.3-gcc10/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.02-cpp-gcc10-cuda12.3-ubuntu20.04", + "image": "rapidsai/devcontainers:24.04-cpp-gcc10-cuda12.3-ubuntu20.04", "hostRequirements": { "gpu": true }, diff --git a/.devcontainer/cuda12.3-gcc11/devcontainer.json b/.devcontainer/cuda12.3-gcc11/devcontainer.json index 68c034f42c7..5a6d349b041 100644 --- a/.devcontainer/cuda12.3-gcc11/devcontainer.json +++ b/.devcontainer/cuda12.3-gcc11/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.02-cpp-gcc11-cuda12.3-ubuntu22.04", + "image": "rapidsai/devcontainers:24.04-cpp-gcc11-cuda12.3-ubuntu22.04", "hostRequirements": { "gpu": true }, diff --git a/.devcontainer/cuda12.3-gcc12/devcontainer.json b/.devcontainer/cuda12.3-gcc12/devcontainer.json index 59809bfe811..61dc064faca 100644 --- a/.devcontainer/cuda12.3-gcc12/devcontainer.json +++ b/.devcontainer/cuda12.3-gcc12/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.02-cpp-gcc12-cuda12.3-ubuntu22.04", + "image": "rapidsai/devcontainers:24.04-cpp-gcc12-cuda12.3-ubuntu22.04", "hostRequirements": { "gpu": true }, diff --git a/.devcontainer/cuda12.3-gcc7/devcontainer.json b/.devcontainer/cuda12.3-gcc7/devcontainer.json index 8cfb047c583..cdb91153ac1 100644 --- a/.devcontainer/cuda12.3-gcc7/devcontainer.json +++ b/.devcontainer/cuda12.3-gcc7/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.02-cpp-gcc7-cuda12.3-ubuntu20.04", + "image": "rapidsai/devcontainers:24.04-cpp-gcc7-cuda12.3-ubuntu20.04", "hostRequirements": { "gpu": true }, diff --git a/.devcontainer/cuda12.3-gcc8/devcontainer.json b/.devcontainer/cuda12.3-gcc8/devcontainer.json index 30ca5ac3ff7..15028c07c4a 100644 --- a/.devcontainer/cuda12.3-gcc8/devcontainer.json +++ b/.devcontainer/cuda12.3-gcc8/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.02-cpp-gcc8-cuda12.3-ubuntu20.04", + "image": "rapidsai/devcontainers:24.04-cpp-gcc8-cuda12.3-ubuntu20.04", "hostRequirements": { "gpu": true }, diff --git a/.devcontainer/cuda12.3-gcc9/devcontainer.json b/.devcontainer/cuda12.3-gcc9/devcontainer.json index bf5125755eb..9fbe297b784 100644 --- a/.devcontainer/cuda12.3-gcc9/devcontainer.json +++ b/.devcontainer/cuda12.3-gcc9/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.02-cpp-gcc9-cuda12.3-ubuntu20.04", + "image": "rapidsai/devcontainers:24.04-cpp-gcc9-cuda12.3-ubuntu20.04", "hostRequirements": { "gpu": true }, diff --git a/.devcontainer/cuda12.3-llvm10/devcontainer.json b/.devcontainer/cuda12.3-llvm10/devcontainer.json index 3cb3bab2341..22cedfe8e8e 100644 --- a/.devcontainer/cuda12.3-llvm10/devcontainer.json +++ b/.devcontainer/cuda12.3-llvm10/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.02-cpp-llvm10-cuda12.3-ubuntu20.04", + "image": "rapidsai/devcontainers:24.04-cpp-llvm10-cuda12.3-ubuntu20.04", "hostRequirements": { "gpu": true }, diff --git a/.devcontainer/cuda12.3-llvm11/devcontainer.json b/.devcontainer/cuda12.3-llvm11/devcontainer.json index 33cf2c75450..b8e8de411a5 100644 --- a/.devcontainer/cuda12.3-llvm11/devcontainer.json +++ b/.devcontainer/cuda12.3-llvm11/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.02-cpp-llvm11-cuda12.3-ubuntu20.04", + "image": "rapidsai/devcontainers:24.04-cpp-llvm11-cuda12.3-ubuntu20.04", "hostRequirements": { "gpu": true }, diff --git a/.devcontainer/cuda12.3-llvm12/devcontainer.json b/.devcontainer/cuda12.3-llvm12/devcontainer.json index 37dd28e32c6..6dc2db20007 100644 --- a/.devcontainer/cuda12.3-llvm12/devcontainer.json +++ b/.devcontainer/cuda12.3-llvm12/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.02-cpp-llvm12-cuda12.3-ubuntu20.04", + "image": "rapidsai/devcontainers:24.04-cpp-llvm12-cuda12.3-ubuntu20.04", "hostRequirements": { "gpu": true }, diff --git a/.devcontainer/cuda12.3-llvm13/devcontainer.json b/.devcontainer/cuda12.3-llvm13/devcontainer.json index 09ddce12bd6..da9ed78d2c6 100644 --- a/.devcontainer/cuda12.3-llvm13/devcontainer.json +++ b/.devcontainer/cuda12.3-llvm13/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.02-cpp-llvm13-cuda12.3-ubuntu20.04", + "image": "rapidsai/devcontainers:24.04-cpp-llvm13-cuda12.3-ubuntu20.04", "hostRequirements": { "gpu": true }, diff --git a/.devcontainer/cuda12.3-llvm14/devcontainer.json b/.devcontainer/cuda12.3-llvm14/devcontainer.json index 715de90d86d..a4720fd4eb2 100644 --- a/.devcontainer/cuda12.3-llvm14/devcontainer.json +++ b/.devcontainer/cuda12.3-llvm14/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.02-cpp-llvm14-cuda12.3-ubuntu20.04", + "image": "rapidsai/devcontainers:24.04-cpp-llvm14-cuda12.3-ubuntu20.04", "hostRequirements": { "gpu": true }, diff --git a/.devcontainer/cuda12.3-llvm15/devcontainer.json b/.devcontainer/cuda12.3-llvm15/devcontainer.json index f9d38f162f9..cd397039ef1 100644 --- a/.devcontainer/cuda12.3-llvm15/devcontainer.json +++ b/.devcontainer/cuda12.3-llvm15/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.02-cpp-llvm15-cuda12.3-ubuntu22.04", + "image": "rapidsai/devcontainers:24.04-cpp-llvm15-cuda12.3-ubuntu22.04", "hostRequirements": { "gpu": true }, diff --git a/.devcontainer/cuda12.3-llvm16/devcontainer.json b/.devcontainer/cuda12.3-llvm16/devcontainer.json index fbb7ecc9640..700bcb3864c 100644 --- a/.devcontainer/cuda12.3-llvm16/devcontainer.json +++ b/.devcontainer/cuda12.3-llvm16/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.02-cpp-llvm16-cuda12.3-ubuntu22.04", + "image": "rapidsai/devcontainers:24.04-cpp-llvm16-cuda12.3-ubuntu22.04", "hostRequirements": { "gpu": true }, diff --git a/.devcontainer/cuda12.3-llvm9/devcontainer.json b/.devcontainer/cuda12.3-llvm9/devcontainer.json index 621976508d7..d5ef04809d2 100644 --- a/.devcontainer/cuda12.3-llvm9/devcontainer.json +++ b/.devcontainer/cuda12.3-llvm9/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.02-cpp-llvm9-cuda12.3-ubuntu20.04", + "image": "rapidsai/devcontainers:24.04-cpp-llvm9-cuda12.3-ubuntu20.04", "hostRequirements": { "gpu": true }, diff --git a/.devcontainer/cuda12.3-oneapi2023.2.0/devcontainer.json b/.devcontainer/cuda12.3-oneapi2023.2.0/devcontainer.json index 6b2819fa93f..72e5b44e275 100644 --- a/.devcontainer/cuda12.3-oneapi2023.2.0/devcontainer.json +++ b/.devcontainer/cuda12.3-oneapi2023.2.0/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.02-cpp-oneapi2023.2.0-cuda12.3-ubuntu22.04", + "image": "rapidsai/devcontainers:24.04-cpp-oneapi2023.2.0-cuda12.3-ubuntu22.04", "hostRequirements": { "gpu": true }, diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 59809bfe811..61dc064faca 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.02-cpp-gcc12-cuda12.3-ubuntu22.04", + "image": "rapidsai/devcontainers:24.04-cpp-gcc12-cuda12.3-ubuntu22.04", "hostRequirements": { "gpu": true }, diff --git a/ci/matrix.yaml b/ci/matrix.yaml index 23e02525437..b4ed37794d4 100644 --- a/ci/matrix.yaml +++ b/ci/matrix.yaml @@ -8,7 +8,7 @@ gpus: - 'v100' # The version of the devcontainer images to use from https://hub.docker.com/r/rapidsai/devcontainers -devcontainer_version: '24.02' +devcontainer_version: '24.04' # gcc compiler configurations gcc6: &gcc6 { name: 'gcc', version: '6', exe: 'g++' }