nvcc
The NVIDIA CUDA Compiler Driver. More information: <https://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc>.
RUN apt-get update && \
apt-get install -y nvidia-cuda-toolkit
RUN pacman -S --noconfirm cuda
RUN apt-get update && \
apt-get install -y nvidia-cuda-toolkit