Skip to content

NVidia CUDA 2-phase install method onto Debian 12

License

Notifications You must be signed in to change notification settings

wise0tamas/cuda-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Purpose

Install CUDA virtual package, after updating the Debian 12 base system to current.

steps:

  • phase #1: include contrib + non-free-firmware components, then upgrade to current package versions.
  • reboot to new kernel
  • phase #2: include official nvidia repo and update apt cache, then
    • install nvidia-driver (currently 560.35.03-1 is the newest stable version)
    • install cuda-driver (currently 560 version is the newest stable version) - this modifies some of the nvidia-driver package(s)
    • install cuda virtual package, which modifies both nvidia-driver and cuda-driver, as well...
  • reboot to the kernel, which now has the NVidia drivers, as well.

About

NVidia CUDA 2-phase install method onto Debian 12

Resources

License

Stars

Watchers

Forks

Languages