aboutsummaryrefslogtreecommitdiff
path: root/test/nvidia-cuda/install_cudnn_nvxt.sh
Commit message (Collapse)AuthorAgeFilesLines
* Enhancements in CUDA Support (#699)feature_nvidia-cuda_1.1.0Masahiro Wada2023-09-271-15/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add cuda tookit installing support * add nvcc installing support * add libcudnn8-dev installing support * add new cuda versions adn cudnn versions * add specificaitons of new option * remove installNvcc installNvcc process is included in installToolkit * add tests for new nvidia-cuda options * fix wrong scenario name * Revert "add specificaitons of new option" This reverts commit 0dcdb92406e38caa297643eab5af641f814b4f69. README.md should be generated by CI workflow. * make cudnn-dev installation isolated * dump minor version to 1.1.0
* test updates to adopt https://github.com/devcontainers/cli/pull/124 (#114)Josh Spicer2022-08-241-0/+15
* test updates to adopt https://github.com/devcontainers/cli/pull/124 * remove accidental tgz check in * typo in option * typo in python install script on dotnet6/jammy branch * no scenarios * code review and test name * Delete install_os_provided_python.sh