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
???
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.
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.