How to install NVIDIA Linux open GPU kernel module source

Hi,
I read changelog from cuda 12.3.
I saw the following image:

Exists any flag to install open source kernel with
sudo apt install cuda ???

Assuming you mean “driver” and not “kernel”, there are instructions in the Linux Installation Guide.

1 Like
sudo apt-get install nvidia-kernel-open-dkms
sudo apt-get install cuda-drivers
sudo apt-get -y install cuda-toolkit
sudo apt-get -y nvidia-gds libcudnn8 libcudnn8-dev tensorrt

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.