<< Installing CUDA in Debian 10 >>

Hi,

I am trying to install CUDA (cuda_11.2.2_460.32.03_linux.run) in my Debian box, but the setup is complaining with this error:

-> Performing PREEMPT_RT check.
ERROR: The PREEMPT_RT sanity check failed:

The kernel you are installing for is a PREEMPT_RT kernel!

But I checked my kernel:

# uname -a
Linux orange 4.19.0-16-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 GNU/Linux

and it looks like it is not a real-time kernel. Also, I follow the Installation Guide recommendations from here and I accomplish all the requirements.

Any help is welcome!

Regards,

Camps

Update: using the CUDA version 11.3.0_465.19.01 works.