Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion features/src/cuda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
4 changes: 2 additions & 2 deletions features/src/git/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
}
```

Expand All @@ -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`._
2 changes: 1 addition & 1 deletion features/src/nvhpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down