-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnvidia.txt
More file actions
48 lines (23 loc) · 1.36 KB
/
Copy pathnvidia.txt
File metadata and controls
48 lines (23 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
cuda
Installs all CUDA Toolkit and Driver packages. Handles upgrading to the next version of the cuda package when it’s released.
cuda-12-8
Installs all CUDA Toolkit and Driver packages. Remains at version 12.5 until an additional version of CUDA is installed.
cuda-toolkit-12-8
Installs all CUDA Toolkit packages required to develop CUDA applications. Does not include the driver.
cuda-toolkit-12
Installs all CUDA Toolkit packages required to develop applications. Will not upgrade beyond the 12.x series toolkits. Does not include the driver.
cuda-toolkit
Installs all CUDA Toolkit packages required to develop applications. Handles upgrading to the next 12.x version of CUDA when it’s released. Does not include the driver.
cuda-tools-12-8
Installs all CUDA command line and visual tools.
cuda-runtime-12-8
Installs all CUDA Toolkit packages required to run CUDA applications, as well as the Driver packages.
cuda-compiler-12-8
Installs all CUDA compiler packages.
cuda-libraries-12-8
Installs all runtime CUDA Library packages.
cuda-libraries-dev-12-8
Installs all development CUDA Library packages.
wget https://developer.download.nvidia.com/compute/cuda/12.8.1/local_installers/cuda_12.8.1_570.124.06_linux.run
sudo IGNORE_PREEMPT_RT_PRESENCE=1 ./cuda_12.8.1_570.124.06_linux.run
sudo IGNORE_PREEMPT_RT_PRESENCE=1 ./NVIDIA-Linux-x86_64-570.124.04.run