diff options
Diffstat (limited to 'src/nvidia-cuda')
-rw-r--r-- | src/nvidia-cuda/NOTES.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/nvidia-cuda/NOTES.md b/src/nvidia-cuda/NOTES.md index b19fde2..cab2bbe 100644 --- a/src/nvidia-cuda/NOTES.md +++ b/src/nvidia-cuda/NOTES.md @@ -17,3 +17,10 @@ Enable GPU passthrough to your devcontainer by adding `["--gpus", "all"]` to you "runArgs": ["--gpus", "all"] } ``` + + +## OS Support + +This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed. + +`bash` is required to execute the `install.sh` script. |