aboutsummaryrefslogtreecommitdiff
path: root/src/nvidia-cuda
Commit message (Collapse)AuthorAgeFilesLines
* Automated documentation update (#394)github-actions[bot]2023-01-111-1/+0
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Options: Switch from 'enum' to 'proposals' (#382)Samruddhi Khandale2023-01-101-3/+3
|
* Automated documentation update (#377)github-actions[bot]2023-01-041-0/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Automated documentation update (#368)github-actions[bot]2022-12-271-0/+7
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* OS support in Feature NOTES.md (#366)Josh Spicer2022-12-271-0/+7
| | | | | * https://github.com/devcontainers/features/issues/360 * omit from common utils
* Automated documentation update for Azure CLI and CUDA (#289)github-actions[bot]2022-11-151-2/+2
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Add support for CUDA 11.8 in nvidia-cuda (#267)JP Ungaretti2022-11-152-10/+12
| | | | | | | * Add latest CUDA versions * Move cuDNN version check * Check CUDA version
* Automated documentation update (#287)github-actions[bot]2022-11-141-3/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Automated documentation update (#250)github-actions[bot]2022-11-011-2/+2
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* add installsAfter: common-utils to all Features (#214)Josh Spicer2022-10-191-2/+5
|
* Automated documentation update (#218)github-actions[bot]2022-10-131-3/+3
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Ensure remove apt-update cache at the beginning and end of the scripts (#210)eitsupi2022-10-112-4/+24
| | | | | * remove apt lists * bump versions
* Automated documentation update (#120)github-actions[bot]2022-08-301-0/+19
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Add NOTES.md for CUDA feature (#119)JP Ungaretti2022-08-301-0/+19
|
* bump all features to pick up metadata changes in CLI v0.14.0 (#118)Josh Spicer2022-08-261-1/+1
|
* add documentationURL to all features (#115)Josh Spicer2022-08-241-1/+2
|
* Automated documentation update (#109)github-actions[bot]2022-08-211-0/+29
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Add new NVIDIA CUDA feature (#80)JP Ungaretti2022-08-212-0/+109
* Add new Nvidia feature * Remove random empty files * Update comments * Rename feature to nvidia-cuda * Add feature to tests * Add version * Move test to match new name * Add final output message * Fix capitalization of NVIDIA * Remove option for base CUDA * Use camelCase * Check for required packages * Use os-release instead of lsb_release * Clean up keyring variables * Collapse keyring lines * Always install CUDA libraries * Add option to install NVTX * Always use ubuntu2004 repo * Use test instead of brackets * Add default values to feature * Add version options for CUDA and cuDNN * Rename CUDA version option * Add scenario to test specific CUDA/cuDNN version * Rename cuDNN scenario * Fix typo in test scenario * Update variable casing * Add more helpful error messages * Remove default values from script * Use enum for version option * Polish new scenarios * Remove apt_get_update_if_needed and check_packages * Add more versions * Improve error messages * Comments and feature description Co-authored-by: Josh Spicer <joshspicer@github.com>