actions-marketplace-validations/cuda-toolkit

Installs NVIDIA CUDA Toolkit and adds it to PATH

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
cudaCuda versionno13.1.0
sub-packagesOnly installs specified subpackages, must be in the form of a JSON array. For example, if you only want to install nvcc and visual studio integration: ["nvcc", "visual_studio_integration"] double quotes required! Note that if you want to use this on Linux, 'network' method MUST be used.no[]
non-cuda-sub-packagesOnly installs specified subpackages that do not have the cuda prefix, must be in the form of a JSON array. For example, if you only want to install libcublas and libcufft: ["libcublas", "libcufft"] double quotes required! Note that this only works with 'network' method on only on Linux.no[]
methodInstallation method, can be either 'local' or 'network'. 'local' downloads the entire installer with all packages and runs that (you can still only install certain packages with sub-packages on Windows). 'network' downloads a smaller executable which only downloads necessary packages which you can define in subPackagesnolocal
linux-local-args(Linux and 'local' method only) override arguments for the linux .run installer. For example if you don't want samples use ["--toolkit"] double quotes required!no["--toolkit", "--samples"]
use-github-cacheUse GitHub cache to cache downloaded installer on GitHub serversnotrue
use-local-cacheUse local cache to cache downloaded installer on the local runnernotrue
log-file-suffixSuffix of log file name in artifactnolog.txt
namedescription
CUDA_PATHPath to CUDA installation
cudaVersion of CUDA installed