diff --git a/.devcontainer/cuda12.0-gcc10/devcontainer.json b/.devcontainer/cuda12.0-gcc10/devcontainer.json index 820c88c5bda..45a9d3475fa 100644 --- a/.devcontainer/cuda12.0-gcc10/devcontainer.json +++ b/.devcontainer/cuda12.0-gcc10/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-gcc10-cuda12.0", + "image": "rapidsai/devcontainers:26.06-cpp-gcc10-cuda12.0", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda12.0-gcc11/devcontainer.json b/.devcontainer/cuda12.0-gcc11/devcontainer.json index 5857ef9e348..3945d838211 100644 --- a/.devcontainer/cuda12.0-gcc11/devcontainer.json +++ b/.devcontainer/cuda12.0-gcc11/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-gcc11-cuda12.0", + "image": "rapidsai/devcontainers:26.06-cpp-gcc11-cuda12.0", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda12.0-gcc12/devcontainer.json b/.devcontainer/cuda12.0-gcc12/devcontainer.json index ff15332c1aa..10e405cac5f 100644 --- a/.devcontainer/cuda12.0-gcc12/devcontainer.json +++ b/.devcontainer/cuda12.0-gcc12/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-gcc12-cuda12.0", + "image": "rapidsai/devcontainers:26.06-cpp-gcc12-cuda12.0", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda12.0-gcc13/devcontainer.json b/.devcontainer/cuda12.0-gcc13/devcontainer.json index e87c07c7940..a076c868702 100644 --- a/.devcontainer/cuda12.0-gcc13/devcontainer.json +++ b/.devcontainer/cuda12.0-gcc13/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-gcc13-cuda12.0", + "image": "rapidsai/devcontainers:26.06-cpp-gcc13-cuda12.0", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda12.0-gcc7/devcontainer.json b/.devcontainer/cuda12.0-gcc7/devcontainer.json index e9dd95abd74..a5900e01073 100644 --- a/.devcontainer/cuda12.0-gcc7/devcontainer.json +++ b/.devcontainer/cuda12.0-gcc7/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-gcc7-cuda12.0", + "image": "rapidsai/devcontainers:26.06-cpp-gcc7-cuda12.0", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda12.0-gcc8/devcontainer.json b/.devcontainer/cuda12.0-gcc8/devcontainer.json index 4b7d2e107bb..869d7c91966 100644 --- a/.devcontainer/cuda12.0-gcc8/devcontainer.json +++ b/.devcontainer/cuda12.0-gcc8/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-gcc8-cuda12.0", + "image": "rapidsai/devcontainers:26.06-cpp-gcc8-cuda12.0", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda12.0-gcc9/devcontainer.json b/.devcontainer/cuda12.0-gcc9/devcontainer.json index eaefb1d8961..6b9d710528d 100644 --- a/.devcontainer/cuda12.0-gcc9/devcontainer.json +++ b/.devcontainer/cuda12.0-gcc9/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-gcc9-cuda12.0", + "image": "rapidsai/devcontainers:26.06-cpp-gcc9-cuda12.0", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda12.0-llvm14/devcontainer.json b/.devcontainer/cuda12.0-llvm14/devcontainer.json index 3ce3f5d956b..9eaeed87b1d 100644 --- a/.devcontainer/cuda12.0-llvm14/devcontainer.json +++ b/.devcontainer/cuda12.0-llvm14/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-llvm14-cuda12.0", + "image": "rapidsai/devcontainers:26.06-cpp-llvm14-cuda12.0", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda12.9-gcc10/devcontainer.json b/.devcontainer/cuda12.9-gcc10/devcontainer.json index 25cccd11e3a..2645777e9d9 100644 --- a/.devcontainer/cuda12.9-gcc10/devcontainer.json +++ b/.devcontainer/cuda12.9-gcc10/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-gcc10-cuda12.9", + "image": "rapidsai/devcontainers:26.06-cpp-gcc10-cuda12.9", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda12.9-gcc11/devcontainer.json b/.devcontainer/cuda12.9-gcc11/devcontainer.json index 899cea991ef..46141b2675d 100644 --- a/.devcontainer/cuda12.9-gcc11/devcontainer.json +++ b/.devcontainer/cuda12.9-gcc11/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-gcc11-cuda12.9", + "image": "rapidsai/devcontainers:26.06-cpp-gcc11-cuda12.9", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda12.9-gcc12/devcontainer.json b/.devcontainer/cuda12.9-gcc12/devcontainer.json index a15331daeda..df21113c70b 100644 --- a/.devcontainer/cuda12.9-gcc12/devcontainer.json +++ b/.devcontainer/cuda12.9-gcc12/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-gcc12-cuda12.9", + "image": "rapidsai/devcontainers:26.06-cpp-gcc12-cuda12.9", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda12.9-gcc13/devcontainer.json b/.devcontainer/cuda12.9-gcc13/devcontainer.json index 8f06672f4f1..d4ff1a80d11 100644 --- a/.devcontainer/cuda12.9-gcc13/devcontainer.json +++ b/.devcontainer/cuda12.9-gcc13/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-gcc13-cuda12.9", + "image": "rapidsai/devcontainers:26.06-cpp-gcc13-cuda12.9", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda12.9-gcc14/devcontainer.json b/.devcontainer/cuda12.9-gcc14/devcontainer.json index 818aa974f0c..ebe1f90eadd 100644 --- a/.devcontainer/cuda12.9-gcc14/devcontainer.json +++ b/.devcontainer/cuda12.9-gcc14/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-gcc14-cuda12.9", + "image": "rapidsai/devcontainers:26.06-cpp-gcc14-cuda12.9", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda12.9-gcc7/devcontainer.json b/.devcontainer/cuda12.9-gcc7/devcontainer.json index 0b02570e0a9..3e6ea4b2f9f 100644 --- a/.devcontainer/cuda12.9-gcc7/devcontainer.json +++ b/.devcontainer/cuda12.9-gcc7/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-gcc7-cuda12.9", + "image": "rapidsai/devcontainers:26.06-cpp-gcc7-cuda12.9", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda12.9-gcc8/devcontainer.json b/.devcontainer/cuda12.9-gcc8/devcontainer.json index b324a519b7e..bbe51aad70f 100644 --- a/.devcontainer/cuda12.9-gcc8/devcontainer.json +++ b/.devcontainer/cuda12.9-gcc8/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-gcc8-cuda12.9", + "image": "rapidsai/devcontainers:26.06-cpp-gcc8-cuda12.9", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda12.9-gcc9/devcontainer.json b/.devcontainer/cuda12.9-gcc9/devcontainer.json index ae6c2f24f15..629f0977efe 100644 --- a/.devcontainer/cuda12.9-gcc9/devcontainer.json +++ b/.devcontainer/cuda12.9-gcc9/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-gcc9-cuda12.9", + "image": "rapidsai/devcontainers:26.06-cpp-gcc9-cuda12.9", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda12.9-llvm14/devcontainer.json b/.devcontainer/cuda12.9-llvm14/devcontainer.json index fe9c08bac99..16073900512 100644 --- a/.devcontainer/cuda12.9-llvm14/devcontainer.json +++ b/.devcontainer/cuda12.9-llvm14/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-llvm14-cuda12.9", + "image": "rapidsai/devcontainers:26.06-cpp-llvm14-cuda12.9", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda12.9-llvm15/devcontainer.json b/.devcontainer/cuda12.9-llvm15/devcontainer.json index 528a38b0c7f..0e2d0760db5 100644 --- a/.devcontainer/cuda12.9-llvm15/devcontainer.json +++ b/.devcontainer/cuda12.9-llvm15/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-llvm15-cuda12.9", + "image": "rapidsai/devcontainers:26.06-cpp-llvm15-cuda12.9", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda12.9-llvm16/devcontainer.json b/.devcontainer/cuda12.9-llvm16/devcontainer.json index 01c6e9544be..00e27c99f2b 100644 --- a/.devcontainer/cuda12.9-llvm16/devcontainer.json +++ b/.devcontainer/cuda12.9-llvm16/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-llvm16-cuda12.9", + "image": "rapidsai/devcontainers:26.06-cpp-llvm16-cuda12.9", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda12.9-llvm17/devcontainer.json b/.devcontainer/cuda12.9-llvm17/devcontainer.json index 2d078f1e233..31e135fa678 100644 --- a/.devcontainer/cuda12.9-llvm17/devcontainer.json +++ b/.devcontainer/cuda12.9-llvm17/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-llvm17-cuda12.9", + "image": "rapidsai/devcontainers:26.06-cpp-llvm17-cuda12.9", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda12.9-llvm18/devcontainer.json b/.devcontainer/cuda12.9-llvm18/devcontainer.json index 720f7c1adc3..3cb3b568794 100644 --- a/.devcontainer/cuda12.9-llvm18/devcontainer.json +++ b/.devcontainer/cuda12.9-llvm18/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-llvm18-cuda12.9", + "image": "rapidsai/devcontainers:26.06-cpp-llvm18-cuda12.9", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda12.9-llvm19/devcontainer.json b/.devcontainer/cuda12.9-llvm19/devcontainer.json index f4321a63c48..f6b7ec5240f 100644 --- a/.devcontainer/cuda12.9-llvm19/devcontainer.json +++ b/.devcontainer/cuda12.9-llvm19/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-llvm19-cuda12.9", + "image": "rapidsai/devcontainers:26.06-cpp-llvm19-cuda12.9", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda12.9-llvm20/devcontainer.json b/.devcontainer/cuda12.9-llvm20/devcontainer.json index bd9e37b276d..94b889d6af4 100644 --- a/.devcontainer/cuda12.9-llvm20/devcontainer.json +++ b/.devcontainer/cuda12.9-llvm20/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-llvm20-cuda12.9", + "image": "rapidsai/devcontainers:26.06-cpp-llvm20-cuda12.9", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda12.9-nvhpc25.7/devcontainer.json b/.devcontainer/cuda12.9-nvhpc25.7/devcontainer.json index 6ba56a386c2..0a922b1d721 100644 --- a/.devcontainer/cuda12.9-nvhpc25.7/devcontainer.json +++ b/.devcontainer/cuda12.9-nvhpc25.7/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-nvhpc25.7", + "image": "rapidsai/devcontainers:26.06-cpp-nvhpc25.7", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda12.9ext-gcc14/devcontainer.json b/.devcontainer/cuda12.9ext-gcc14/devcontainer.json index 5b18c25bb9a..0298fa3068d 100644 --- a/.devcontainer/cuda12.9ext-gcc14/devcontainer.json +++ b/.devcontainer/cuda12.9ext-gcc14/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-gcc14-cuda12.9ext", + "image": "rapidsai/devcontainers:26.06-cpp-gcc14-cuda12.9ext", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda12.9ext-llvm20/devcontainer.json b/.devcontainer/cuda12.9ext-llvm20/devcontainer.json index 13ceaa345dd..9152f0201c6 100644 --- a/.devcontainer/cuda12.9ext-llvm20/devcontainer.json +++ b/.devcontainer/cuda12.9ext-llvm20/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-llvm20-cuda12.9ext", + "image": "rapidsai/devcontainers:26.06-cpp-llvm20-cuda12.9ext", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda13.0-gcc11/devcontainer.json b/.devcontainer/cuda13.0-gcc11/devcontainer.json index a9226f2d769..1a68b1768da 100644 --- a/.devcontainer/cuda13.0-gcc11/devcontainer.json +++ b/.devcontainer/cuda13.0-gcc11/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-gcc11-cuda13.0", + "image": "rapidsai/devcontainers:26.06-cpp-gcc11-cuda13.0", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda13.0-gcc12/devcontainer.json b/.devcontainer/cuda13.0-gcc12/devcontainer.json index af068fe107b..5fdcd674dfa 100644 --- a/.devcontainer/cuda13.0-gcc12/devcontainer.json +++ b/.devcontainer/cuda13.0-gcc12/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-gcc12-cuda13.0", + "image": "rapidsai/devcontainers:26.06-cpp-gcc12-cuda13.0", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda13.0-gcc13/devcontainer.json b/.devcontainer/cuda13.0-gcc13/devcontainer.json index 5feb2d8e851..8beb6406273 100644 --- a/.devcontainer/cuda13.0-gcc13/devcontainer.json +++ b/.devcontainer/cuda13.0-gcc13/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-gcc13-cuda13.0", + "image": "rapidsai/devcontainers:26.06-cpp-gcc13-cuda13.0", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda13.0-gcc14/devcontainer.json b/.devcontainer/cuda13.0-gcc14/devcontainer.json index 7ff65797266..b8e7cbe9bfe 100644 --- a/.devcontainer/cuda13.0-gcc14/devcontainer.json +++ b/.devcontainer/cuda13.0-gcc14/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-gcc14-cuda13.0", + "image": "rapidsai/devcontainers:26.06-cpp-gcc14-cuda13.0", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda13.0-llvm15/devcontainer.json b/.devcontainer/cuda13.0-llvm15/devcontainer.json index 082e16c43cc..a27bd10bfb9 100644 --- a/.devcontainer/cuda13.0-llvm15/devcontainer.json +++ b/.devcontainer/cuda13.0-llvm15/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-llvm15-cuda13.0", + "image": "rapidsai/devcontainers:26.06-cpp-llvm15-cuda13.0", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda13.0-llvm16/devcontainer.json b/.devcontainer/cuda13.0-llvm16/devcontainer.json index 4e172934a29..c14ce29d96f 100644 --- a/.devcontainer/cuda13.0-llvm16/devcontainer.json +++ b/.devcontainer/cuda13.0-llvm16/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-llvm16-cuda13.0", + "image": "rapidsai/devcontainers:26.06-cpp-llvm16-cuda13.0", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda13.0-llvm17/devcontainer.json b/.devcontainer/cuda13.0-llvm17/devcontainer.json index b69cb420439..9b3474fd3c7 100644 --- a/.devcontainer/cuda13.0-llvm17/devcontainer.json +++ b/.devcontainer/cuda13.0-llvm17/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-llvm17-cuda13.0", + "image": "rapidsai/devcontainers:26.06-cpp-llvm17-cuda13.0", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda13.0-llvm18/devcontainer.json b/.devcontainer/cuda13.0-llvm18/devcontainer.json index 71e5608e860..4ab4f2bb63b 100644 --- a/.devcontainer/cuda13.0-llvm18/devcontainer.json +++ b/.devcontainer/cuda13.0-llvm18/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-llvm18-cuda13.0", + "image": "rapidsai/devcontainers:26.06-cpp-llvm18-cuda13.0", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda13.0-llvm19/devcontainer.json b/.devcontainer/cuda13.0-llvm19/devcontainer.json index 3c84dab64f7..f24479d1c9a 100644 --- a/.devcontainer/cuda13.0-llvm19/devcontainer.json +++ b/.devcontainer/cuda13.0-llvm19/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-llvm19-cuda13.0", + "image": "rapidsai/devcontainers:26.06-cpp-llvm19-cuda13.0", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda13.0-llvm20/devcontainer.json b/.devcontainer/cuda13.0-llvm20/devcontainer.json index 9ad4ccc7605..8a242a1bf5e 100644 --- a/.devcontainer/cuda13.0-llvm20/devcontainer.json +++ b/.devcontainer/cuda13.0-llvm20/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-llvm20-cuda13.0", + "image": "rapidsai/devcontainers:26.06-cpp-llvm20-cuda13.0", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda13.0-nvhpc25.9/devcontainer.json b/.devcontainer/cuda13.0-nvhpc25.9/devcontainer.json index 49f06da5ef3..2b7b4db8a83 100644 --- a/.devcontainer/cuda13.0-nvhpc25.9/devcontainer.json +++ b/.devcontainer/cuda13.0-nvhpc25.9/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-nvhpc25.9", + "image": "rapidsai/devcontainers:26.06-cpp-nvhpc25.9", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda13.0ext-gcc14/devcontainer.json b/.devcontainer/cuda13.0ext-gcc14/devcontainer.json index 6021b001ecd..e8c79917f6e 100644 --- a/.devcontainer/cuda13.0ext-gcc14/devcontainer.json +++ b/.devcontainer/cuda13.0ext-gcc14/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-gcc14-cuda13.0ext", + "image": "rapidsai/devcontainers:26.06-cpp-gcc14-cuda13.0ext", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda13.0ext-llvm20/devcontainer.json b/.devcontainer/cuda13.0ext-llvm20/devcontainer.json index 85ef7ff0c27..d9a26306fad 100644 --- a/.devcontainer/cuda13.0ext-llvm20/devcontainer.json +++ b/.devcontainer/cuda13.0ext-llvm20/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-llvm20-cuda13.0ext", + "image": "rapidsai/devcontainers:26.06-cpp-llvm20-cuda13.0ext", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda13.1-gcc11/devcontainer.json b/.devcontainer/cuda13.1-gcc11/devcontainer.json index a2ea3e87112..6da38b3766a 100644 --- a/.devcontainer/cuda13.1-gcc11/devcontainer.json +++ b/.devcontainer/cuda13.1-gcc11/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-gcc11-cuda13.1", + "image": "rapidsai/devcontainers:26.06-cpp-gcc11-cuda13.1", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda13.1-gcc12/devcontainer.json b/.devcontainer/cuda13.1-gcc12/devcontainer.json index 2e092fd0cb5..9baeb3f7ef4 100644 --- a/.devcontainer/cuda13.1-gcc12/devcontainer.json +++ b/.devcontainer/cuda13.1-gcc12/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-gcc12-cuda13.1", + "image": "rapidsai/devcontainers:26.06-cpp-gcc12-cuda13.1", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda13.1-gcc13/devcontainer.json b/.devcontainer/cuda13.1-gcc13/devcontainer.json index 5364feca143..ca6f641e7a4 100644 --- a/.devcontainer/cuda13.1-gcc13/devcontainer.json +++ b/.devcontainer/cuda13.1-gcc13/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-gcc13-cuda13.1", + "image": "rapidsai/devcontainers:26.06-cpp-gcc13-cuda13.1", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda13.1-gcc14/devcontainer.json b/.devcontainer/cuda13.1-gcc14/devcontainer.json index 762e3427de9..b16ac2c979e 100644 --- a/.devcontainer/cuda13.1-gcc14/devcontainer.json +++ b/.devcontainer/cuda13.1-gcc14/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-gcc14-cuda13.1", + "image": "rapidsai/devcontainers:26.06-cpp-gcc14-cuda13.1", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda13.1-llvm15/devcontainer.json b/.devcontainer/cuda13.1-llvm15/devcontainer.json index f6c5ba25b5a..959718f6638 100644 --- a/.devcontainer/cuda13.1-llvm15/devcontainer.json +++ b/.devcontainer/cuda13.1-llvm15/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-llvm15-cuda13.1", + "image": "rapidsai/devcontainers:26.06-cpp-llvm15-cuda13.1", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda13.1-llvm16/devcontainer.json b/.devcontainer/cuda13.1-llvm16/devcontainer.json index 11b59b1b9f4..b11080a9a85 100644 --- a/.devcontainer/cuda13.1-llvm16/devcontainer.json +++ b/.devcontainer/cuda13.1-llvm16/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-llvm16-cuda13.1", + "image": "rapidsai/devcontainers:26.06-cpp-llvm16-cuda13.1", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda13.1-llvm17/devcontainer.json b/.devcontainer/cuda13.1-llvm17/devcontainer.json index 10360955bb3..34d3afe285b 100644 --- a/.devcontainer/cuda13.1-llvm17/devcontainer.json +++ b/.devcontainer/cuda13.1-llvm17/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-llvm17-cuda13.1", + "image": "rapidsai/devcontainers:26.06-cpp-llvm17-cuda13.1", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda13.1-llvm18/devcontainer.json b/.devcontainer/cuda13.1-llvm18/devcontainer.json index c93cbae484a..d625e33ed62 100644 --- a/.devcontainer/cuda13.1-llvm18/devcontainer.json +++ b/.devcontainer/cuda13.1-llvm18/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-llvm18-cuda13.1", + "image": "rapidsai/devcontainers:26.06-cpp-llvm18-cuda13.1", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda13.1-llvm19/devcontainer.json b/.devcontainer/cuda13.1-llvm19/devcontainer.json index b7594b8d54a..2e30f8b5728 100644 --- a/.devcontainer/cuda13.1-llvm19/devcontainer.json +++ b/.devcontainer/cuda13.1-llvm19/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-llvm19-cuda13.1", + "image": "rapidsai/devcontainers:26.06-cpp-llvm19-cuda13.1", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda13.1-llvm20/devcontainer.json b/.devcontainer/cuda13.1-llvm20/devcontainer.json index 765af1639cf..fcfb7d0e02d 100644 --- a/.devcontainer/cuda13.1-llvm20/devcontainer.json +++ b/.devcontainer/cuda13.1-llvm20/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-llvm20-cuda13.1", + "image": "rapidsai/devcontainers:26.06-cpp-llvm20-cuda13.1", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda13.1ext-gcc14/devcontainer.json b/.devcontainer/cuda13.1ext-gcc14/devcontainer.json index 46cb4999ba0..7795536db1c 100644 --- a/.devcontainer/cuda13.1ext-gcc14/devcontainer.json +++ b/.devcontainer/cuda13.1ext-gcc14/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-gcc14-cuda13.1ext", + "image": "rapidsai/devcontainers:26.06-cpp-gcc14-cuda13.1ext", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/cuda13.1ext-llvm20/devcontainer.json b/.devcontainer/cuda13.1ext-llvm20/devcontainer.json index fdd162947a5..3dc84ef0779 100644 --- a/.devcontainer/cuda13.1ext-llvm20/devcontainer.json +++ b/.devcontainer/cuda13.1ext-llvm20/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-llvm20-cuda13.1ext", + "image": "rapidsai/devcontainers:26.06-cpp-llvm20-cuda13.1ext", "runArgs": [ "--init", "--name", diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 762e3427de9..b16ac2c979e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "shutdownAction": "stopContainer", - "image": "rapidsai/devcontainers:26.02-cpp-gcc14-cuda13.1", + "image": "rapidsai/devcontainers:26.06-cpp-gcc14-cuda13.1", "runArgs": [ "--init", "--name", diff --git a/benchmarks/scripts/submit_benchmark_job.sh b/benchmarks/scripts/submit_benchmark_job.sh index d64b7bd3cc9..b4de6cf3fc7 100755 --- a/benchmarks/scripts/submit_benchmark_job.sh +++ b/benchmarks/scripts/submit_benchmark_job.sh @@ -4,7 +4,7 @@ # TODO: set those accordingly scratch=/home/scratch."$USER"_sw node_selector="cpu.arch=x86_64 and gpu.product_name='*B200*'" -container_image="rapidsai/devcontainers:26.02-cpp-gcc14-cuda13.0" +container_image="rapidsai/devcontainers:26.06-cpp-gcc14-cuda13.0" jobtime="4:00:00" benchmark_preset="benchmark" diff --git a/ci/build_cuda_cccl_python.sh b/ci/build_cuda_cccl_python.sh index 8a0ea58b896..798b0fa12a1 100755 --- a/ci/build_cuda_cccl_python.sh +++ b/ci/build_cuda_cccl_python.sh @@ -38,7 +38,7 @@ fi readonly cuda12_version=12.9.1 readonly cuda13_version=13.0.2 -readonly devcontainer_version=26.02 +readonly devcontainer_version=26.06 readonly devcontainer_distro=rockylinux8 if [[ "$(uname -m)" == "aarch64" ]]; then diff --git a/ci/matrix.yaml b/ci/matrix.yaml index ec92a317948..62140ca9f15 100644 --- a/ci/matrix.yaml +++ b/ci/matrix.yaml @@ -333,7 +333,7 @@ workflows: # The version of the devcontainer images to use from https://hub.docker.com/r/rapidsai/devcontainers -devcontainer_version: '26.02' +devcontainer_version: '26.06' # Compiler versions used for the cuda99.X internal builds: cuda99_gcc_version: 14 diff --git a/ci/rapids/cuda13.0-conda/devcontainer.json b/ci/rapids/cuda13.0-conda/devcontainer.json index e0927197600..c8d9ec1ea96 100644 --- a/ci/rapids/cuda13.0-conda/devcontainer.json +++ b/ci/rapids/cuda13.0-conda/devcontainer.json @@ -1,10 +1,10 @@ { - "image": "rapidsai/devcontainers:26.02-cpp-mambaforge", + "image": "rapidsai/devcontainers:26.06-cpp-mambaforge", "runArgs": [ "--init", "--rm", "--name", - "${localEnv:USER:anon}-${localWorkspaceFolderBasename}-rapids-26.02-cuda13.0-conda", + "${localEnv:USER:anon}-${localWorkspaceFolderBasename}-rapids-26.06-cuda13.0-conda", "--ulimit", "nofile=500000" ], diff --git a/ci/windows/build_cuda_cccl_python.ps1 b/ci/windows/build_cuda_cccl_python.ps1 index b35857bf5af..c7df806ac5a 100644 --- a/ci/windows/build_cuda_cccl_python.ps1 +++ b/ci/windows/build_cuda_cccl_python.ps1 @@ -31,7 +31,7 @@ Optional. The Docker image name used for a nested build of the CUDA 13 wheel when the outer container defaults to CUDA 12.9. The default value matches the RAPIDS dev‑container image that contains the required - toolchain: `rapidsai/devcontainers:26.02-cuda13.0-cl14.44-windows2022`. + toolchain: `rapidsai/devcontainers:26.06-cuda13.0-cl14.44-windows2022`. .PARAMETER SkipUpload When set, prevents the final wheel(s) from being uploaded as a GitHub @@ -57,7 +57,7 @@ Param( [string]$OnlyCudaMajor, [Parameter(Mandatory = $false)] - [string]$Cuda13Image = "rapidsai/devcontainers:26.02-cuda13.0-cl14.44-windows2022", + [string]$Cuda13Image = "rapidsai/devcontainers:26.06-cuda13.0-cl14.44-windows2022", [Parameter(Mandatory = $false)] [switch]$SkipUpload