diff --git a/features/src/cuda/README.md b/features/src/cuda/README.md index aa23bea0..340bc2d8 100644 --- a/features/src/cuda/README.md +++ b/features/src/cuda/README.md @@ -15,7 +15,7 @@ A feature to install the NVIDIA CUDA Toolkit | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| -| version | Version of the CUDA Toolkit to install. | string | 13.1 | +| version | Version of the CUDA Toolkit to install. | string | 13.3 | | cuDNNVersion | Version of cuDNN to install. | string | 8 | | installCompilers | Install NVIDIA CUDA Compiler (nvcc) | boolean | true | | installProfilers | Install NVIDIA NSight Systems Profiler (nsys) | boolean | true | diff --git a/features/src/git/README.md b/features/src/git/README.md index e750bbed..1317427f 100644 --- a/features/src/git/README.md +++ b/features/src/git/README.md @@ -7,7 +7,7 @@ Install an up-to-date version of Git, built from source as needed. Useful for wh ```json "features": { - "ghcr.io/devcontainers/features/git:1": {} + "ghcr.io/rapidsai/devcontainers/features/git:1": {} } ``` @@ -29,4 +29,4 @@ This Feature should work on recent versions of Alpine, Debian/Ubuntu, RedHat Ent --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/git/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/rapidsai/devcontainers/blob/main/features/src/git/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/features/src/nvhpc/README.md b/features/src/nvhpc/README.md index 146511aa..2eba434f 100644 --- a/features/src/nvhpc/README.md +++ b/features/src/nvhpc/README.md @@ -15,7 +15,7 @@ A feature to install the NVHPC SDK | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| -| version | Version of NVHPC SDK to install. | string | 26.3 | +| version | Version of NVHPC SDK to install. | string | 26.5 | ## Customizations