Unverified Commit ec1deb82 authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub

Automated documentation update (#109)

Automated documentation update [skip ci]
Co-authored-by: 's avatargithub-actions <github-actions@github.com>
parent ea030fa0
# NVIDIA CUDA (nvidia-cuda)
Installs shared libraries for NVIDIA CUDA.
## Example Usage
```json
"features": {
"ghcr.io/devcontainers/features/nvidia-cuda:1": {
"version": "latest"
}
}
```
## Options
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| installCudnn | Additionally install CUDA Deep Neural Network (cuDNN) shared library | boolean | - |
| installNvtx | Additionally install NVIDIA Tools Extension (NVTX) | boolean | - |
| cudaVersion | Version of CUDA to install | string | 11.7 |
| cudnnVersion | Version of cuDNN to install | string | 8.5.0.96 |
---
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/nvidia-cuda/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment