diff --git a/.devcontainer/cuda11.1-gcc7/devcontainer.json b/.devcontainer/cuda11.1-gcc7/devcontainer.json index 25fe288..9cffeda 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.06-cpp-gcc7-cuda11.1-ubuntu18.04", + "image": "rapidsai/devcontainers:24.12-cpp-gcc7-cuda11.1-ubuntu18.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda11.1-gcc8/devcontainer.json b/.devcontainer/cuda11.1-gcc8/devcontainer.json index 9ce6686..de33649 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.06-cpp-gcc8-cuda11.1-ubuntu18.04", + "image": "rapidsai/devcontainers:24.12-cpp-gcc8-cuda11.1-ubuntu18.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda11.1-gcc9/devcontainer.json b/.devcontainer/cuda11.1-gcc9/devcontainer.json index 577b748..559bb50 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.06-cpp-gcc9-cuda11.1-ubuntu18.04", + "image": "rapidsai/devcontainers:24.12-cpp-gcc9-cuda11.1-ubuntu18.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda11.1-llvm9/devcontainer.json b/.devcontainer/cuda11.1-llvm9/devcontainer.json index f0f5d98..602753c 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.06-cpp-llvm9-cuda11.1-ubuntu18.04", + "image": "rapidsai/devcontainers:24.12-cpp-llvm9-cuda11.1-ubuntu18.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda11.8-gcc11/devcontainer.json b/.devcontainer/cuda11.8-gcc11/devcontainer.json index a15adc2..5e48024 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.06-cpp-gcc11-cuda11.8-ubuntu22.04", + "image": "rapidsai/devcontainers:24.12-cpp-gcc11-cuda11.8-ubuntu22.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.0-gcc10/devcontainer.json b/.devcontainer/cuda12.0-gcc10/devcontainer.json index 1577d70..68d5f8c 100644 --- a/.devcontainer/cuda12.0-gcc10/devcontainer.json +++ b/.devcontainer/cuda12.0-gcc10/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.06-cpp-gcc10-cuda12.0-ubuntu20.04", + "image": "rapidsai/devcontainers:24.12-cpp-gcc10-cuda12.0-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.0-gcc11/devcontainer.json b/.devcontainer/cuda12.0-gcc11/devcontainer.json index 18fa846..f811a4a 100644 --- a/.devcontainer/cuda12.0-gcc11/devcontainer.json +++ b/.devcontainer/cuda12.0-gcc11/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.06-cpp-gcc11-cuda12.0-ubuntu22.04", + "image": "rapidsai/devcontainers:24.12-cpp-gcc11-cuda12.0-ubuntu22.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.0-gcc12/devcontainer.json b/.devcontainer/cuda12.0-gcc12/devcontainer.json index cba0727..6f702f4 100644 --- a/.devcontainer/cuda12.0-gcc12/devcontainer.json +++ b/.devcontainer/cuda12.0-gcc12/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.06-cpp-gcc12-cuda12.0-ubuntu22.04", + "image": "rapidsai/devcontainers:24.12-cpp-gcc12-cuda12.0-ubuntu22.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.0-gcc7/devcontainer.json b/.devcontainer/cuda12.0-gcc7/devcontainer.json index e989f2a..ca9ab6c 100644 --- a/.devcontainer/cuda12.0-gcc7/devcontainer.json +++ b/.devcontainer/cuda12.0-gcc7/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.06-cpp-gcc7-cuda12.0-ubuntu20.04", + "image": "rapidsai/devcontainers:24.12-cpp-gcc7-cuda12.0-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.0-gcc8/devcontainer.json b/.devcontainer/cuda12.0-gcc8/devcontainer.json index 862df0f..387b53d 100644 --- a/.devcontainer/cuda12.0-gcc8/devcontainer.json +++ b/.devcontainer/cuda12.0-gcc8/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.06-cpp-gcc8-cuda12.0-ubuntu20.04", + "image": "rapidsai/devcontainers:24.12-cpp-gcc8-cuda12.0-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.0-gcc9/devcontainer.json b/.devcontainer/cuda12.0-gcc9/devcontainer.json index bcd171f..d2e01ba 100644 --- a/.devcontainer/cuda12.0-gcc9/devcontainer.json +++ b/.devcontainer/cuda12.0-gcc9/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.06-cpp-gcc9-cuda12.0-ubuntu20.04", + "image": "rapidsai/devcontainers:24.12-cpp-gcc9-cuda12.0-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.0-llvm10/devcontainer.json b/.devcontainer/cuda12.0-llvm10/devcontainer.json index d84f7e3..c227e9a 100644 --- a/.devcontainer/cuda12.0-llvm10/devcontainer.json +++ b/.devcontainer/cuda12.0-llvm10/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.06-cpp-llvm10-cuda12.0-ubuntu20.04", + "image": "rapidsai/devcontainers:24.12-cpp-llvm10-cuda12.0-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.0-llvm11/devcontainer.json b/.devcontainer/cuda12.0-llvm11/devcontainer.json index c792d16..a61ae4b 100644 --- a/.devcontainer/cuda12.0-llvm11/devcontainer.json +++ b/.devcontainer/cuda12.0-llvm11/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.06-cpp-llvm11-cuda12.0-ubuntu20.04", + "image": "rapidsai/devcontainers:24.12-cpp-llvm11-cuda12.0-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.0-llvm12/devcontainer.json b/.devcontainer/cuda12.0-llvm12/devcontainer.json index debdc93..c63e405 100644 --- a/.devcontainer/cuda12.0-llvm12/devcontainer.json +++ b/.devcontainer/cuda12.0-llvm12/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.06-cpp-llvm12-cuda12.0-ubuntu20.04", + "image": "rapidsai/devcontainers:24.12-cpp-llvm12-cuda12.0-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.0-llvm13/devcontainer.json b/.devcontainer/cuda12.0-llvm13/devcontainer.json index 56ffba3..5cd6163 100644 --- a/.devcontainer/cuda12.0-llvm13/devcontainer.json +++ b/.devcontainer/cuda12.0-llvm13/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.06-cpp-llvm13-cuda12.0-ubuntu20.04", + "image": "rapidsai/devcontainers:24.12-cpp-llvm13-cuda12.0-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.0-llvm14/devcontainer.json b/.devcontainer/cuda12.0-llvm14/devcontainer.json index 87aebbf..0fcae84 100644 --- a/.devcontainer/cuda12.0-llvm14/devcontainer.json +++ b/.devcontainer/cuda12.0-llvm14/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.06-cpp-llvm14-cuda12.0-ubuntu20.04", + "image": "rapidsai/devcontainers:24.12-cpp-llvm14-cuda12.0-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.0-llvm9/devcontainer.json b/.devcontainer/cuda12.0-llvm9/devcontainer.json index 8325e1b..6b9530e 100644 --- a/.devcontainer/cuda12.0-llvm9/devcontainer.json +++ b/.devcontainer/cuda12.0-llvm9/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.06-cpp-llvm9-cuda12.0-ubuntu20.04", + "image": "rapidsai/devcontainers:24.12-cpp-llvm9-cuda12.0-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.4-gcc10/devcontainer.json b/.devcontainer/cuda12.4-gcc10/devcontainer.json index d30e989..415d79e 100644 --- a/.devcontainer/cuda12.4-gcc10/devcontainer.json +++ b/.devcontainer/cuda12.4-gcc10/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.06-cpp-gcc10-cuda12.4-ubuntu20.04", + "image": "rapidsai/devcontainers:24.12-cpp-gcc10-cuda12.4-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.4-gcc11/devcontainer.json b/.devcontainer/cuda12.4-gcc11/devcontainer.json index ad32bb2..d48e204 100644 --- a/.devcontainer/cuda12.4-gcc11/devcontainer.json +++ b/.devcontainer/cuda12.4-gcc11/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.06-cpp-gcc11-cuda12.4-ubuntu22.04", + "image": "rapidsai/devcontainers:24.12-cpp-gcc11-cuda12.4-ubuntu22.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.4-gcc12/devcontainer.json b/.devcontainer/cuda12.4-gcc12/devcontainer.json index 1065eb9..2e237f4 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": "optional" }, diff --git a/.devcontainer/cuda12.4-gcc7/devcontainer.json b/.devcontainer/cuda12.4-gcc7/devcontainer.json index 159abff..feb0b19 100644 --- a/.devcontainer/cuda12.4-gcc7/devcontainer.json +++ b/.devcontainer/cuda12.4-gcc7/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.06-cpp-gcc7-cuda12.4-ubuntu20.04", + "image": "rapidsai/devcontainers:24.12-cpp-gcc7-cuda12.4-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.4-gcc8/devcontainer.json b/.devcontainer/cuda12.4-gcc8/devcontainer.json index 83c1442..5152a61 100644 --- a/.devcontainer/cuda12.4-gcc8/devcontainer.json +++ b/.devcontainer/cuda12.4-gcc8/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.06-cpp-gcc8-cuda12.4-ubuntu20.04", + "image": "rapidsai/devcontainers:24.12-cpp-gcc8-cuda12.4-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.4-gcc9/devcontainer.json b/.devcontainer/cuda12.4-gcc9/devcontainer.json index 2417e6e..473cff2 100644 --- a/.devcontainer/cuda12.4-gcc9/devcontainer.json +++ b/.devcontainer/cuda12.4-gcc9/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.06-cpp-gcc9-cuda12.4-ubuntu20.04", + "image": "rapidsai/devcontainers:24.12-cpp-gcc9-cuda12.4-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.4-llvm10/devcontainer.json b/.devcontainer/cuda12.4-llvm10/devcontainer.json index 9aeac23..adfaad5 100644 --- a/.devcontainer/cuda12.4-llvm10/devcontainer.json +++ b/.devcontainer/cuda12.4-llvm10/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.06-cpp-llvm10-cuda12.4-ubuntu20.04", + "image": "rapidsai/devcontainers:24.12-cpp-llvm10-cuda12.4-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.4-llvm11/devcontainer.json b/.devcontainer/cuda12.4-llvm11/devcontainer.json index f438f7a..f590770 100644 --- a/.devcontainer/cuda12.4-llvm11/devcontainer.json +++ b/.devcontainer/cuda12.4-llvm11/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.06-cpp-llvm11-cuda12.4-ubuntu20.04", + "image": "rapidsai/devcontainers:24.12-cpp-llvm11-cuda12.4-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.4-llvm12/devcontainer.json b/.devcontainer/cuda12.4-llvm12/devcontainer.json index 39ae439..5ee970c 100644 --- a/.devcontainer/cuda12.4-llvm12/devcontainer.json +++ b/.devcontainer/cuda12.4-llvm12/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.06-cpp-llvm12-cuda12.4-ubuntu20.04", + "image": "rapidsai/devcontainers:24.12-cpp-llvm12-cuda12.4-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.4-llvm13/devcontainer.json b/.devcontainer/cuda12.4-llvm13/devcontainer.json index d890a81..09af063 100644 --- a/.devcontainer/cuda12.4-llvm13/devcontainer.json +++ b/.devcontainer/cuda12.4-llvm13/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.06-cpp-llvm13-cuda12.4-ubuntu20.04", + "image": "rapidsai/devcontainers:24.12-cpp-llvm13-cuda12.4-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.4-llvm14/devcontainer.json b/.devcontainer/cuda12.4-llvm14/devcontainer.json index f5172d3..d3e5901 100644 --- a/.devcontainer/cuda12.4-llvm14/devcontainer.json +++ b/.devcontainer/cuda12.4-llvm14/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.06-cpp-llvm14-cuda12.4-ubuntu20.04", + "image": "rapidsai/devcontainers:24.12-cpp-llvm14-cuda12.4-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.4-llvm15/devcontainer.json b/.devcontainer/cuda12.4-llvm15/devcontainer.json index 47cf7c3..9297061 100644 --- a/.devcontainer/cuda12.4-llvm15/devcontainer.json +++ b/.devcontainer/cuda12.4-llvm15/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.06-cpp-llvm15-cuda12.4-ubuntu22.04", + "image": "rapidsai/devcontainers:24.12-cpp-llvm15-cuda12.4-ubuntu22.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.4-llvm16/devcontainer.json b/.devcontainer/cuda12.4-llvm16/devcontainer.json index ff8d20e..d692a54 100644 --- a/.devcontainer/cuda12.4-llvm16/devcontainer.json +++ b/.devcontainer/cuda12.4-llvm16/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.06-cpp-llvm16-cuda12.4-ubuntu22.04", + "image": "rapidsai/devcontainers:24.12-cpp-llvm16-cuda12.4-ubuntu22.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.4-llvm17/devcontainer.json b/.devcontainer/cuda12.4-llvm17/devcontainer.json index b88d1c4..60da35e 100644 --- a/.devcontainer/cuda12.4-llvm17/devcontainer.json +++ b/.devcontainer/cuda12.4-llvm17/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.06-cpp-llvm17-cuda12.4-ubuntu22.04", + "image": "rapidsai/devcontainers:24.12-cpp-llvm17-cuda12.4-ubuntu22.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.4-llvm18/devcontainer.json b/.devcontainer/cuda12.4-llvm18/devcontainer.json index 45287fa..e00676c 100644 --- a/.devcontainer/cuda12.4-llvm18/devcontainer.json +++ b/.devcontainer/cuda12.4-llvm18/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.06-cpp-llvm18-cuda12.4-ubuntu22.04", + "image": "rapidsai/devcontainers:24.12-cpp-llvm18-cuda12.4-ubuntu22.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/cuda12.4-llvm9/devcontainer.json b/.devcontainer/cuda12.4-llvm9/devcontainer.json index f9f1f44..80a5af3 100644 --- a/.devcontainer/cuda12.4-llvm9/devcontainer.json +++ b/.devcontainer/cuda12.4-llvm9/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:24.06-cpp-llvm9-cuda12.4-ubuntu20.04", + "image": "rapidsai/devcontainers:24.12-cpp-llvm9-cuda12.4-ubuntu20.04", "hostRequirements": { "gpu": "optional" }, diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1065eb9..2e237f4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/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": "optional" },