prelink.stub
NVIDIA CUDA development toolkit
Install
- All systems
-
curl cmd.cat/prelink.stub.sh
- Ubuntu
-
apt-get install nvidia-cuda-toolkit
- Arch Linux
-
pacman -S cuda
- Kali Linux
-
apt-get install nvidia-cuda-toolkit
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install nvidia-cuda-toolkit
- Dockerfile
- dockerfile.run/prelink.stub
nvidia-cuda-toolkit
NVIDIA CUDA development toolkit
The Compute Unified Device Architecture (CUDA) enables NVIDIA graphics processing units (GPUs) to be used for massively parallel general purpose computation. This package contains the nvcc compiler and other tools needed for building CUDA applications. Running CUDA applications requires a supported NVIDIA GPU and the NVIDIA driver kernel module.