Skip to content

Commit

Permalink
Update devcontainers base image to support AWS_ROLE_ARN
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Jacobelli <jjacobelli@nvidia.com>
  • Loading branch information
jjacobelli committed Oct 22, 2024
1 parent 1235a8e commit 32e5f5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/llvm18-cuda12.0/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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" },

Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/llvm18-cuda12.4/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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" },

Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/nvhpc24.3/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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" },

Expand Down

0 comments on commit 32e5f5a

Please sign in to comment.