aboutsummaryrefslogtreecommitdiff
path: root/src/nvidia-cuda
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-08-21 21:29:01 +0300
committerGitHub <noreply@github.com>2022-08-21 21:29:01 +0300
commitec1deb82808c14de9ce601838e255357718b49d4 (patch)
treecafb030f2fd97210144deea21a59d503de62ff83 /src/nvidia-cuda
parentea030fa0aef0216c0bc6cb0c3bf0d37ae86c3464 (diff)
Automated documentation update (#109)
Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
Diffstat (limited to 'src/nvidia-cuda')
-rw-r--r--src/nvidia-cuda/README.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/nvidia-cuda/README.md b/src/nvidia-cuda/README.md
new file mode 100644
index 0000000..22cb950
--- /dev/null
+++ b/src/nvidia-cuda/README.md
@@ -0,0 +1,29 @@
+
+# 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`._