nvcc

The NVIDIA CUDA Compiler Driver. More information: <https://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc>.

Ubuntu
RUN apt-get update && \ apt-get install -y nvidia-cuda-toolkit
Arch Arch Linux
RUN pacman -S --noconfirm cuda
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y nvidia-cuda-toolkit
click the source code to copy install nvcc on any operating system with command-not-found.com