Installing
-
2. Setting Up Repository
See How Setup CUDA SLES Repo Package
Follow the same Instructions for the openSUSE Repo…
-
3. Installing
Finally, to Install CUDA Toolkit in SLES
Execute:sudo zypper in cuda-toolkit-[x.y]
Replace [x.y] with the needed CUDA Version in the above.
Again Setup PATH Env Variable.
This is necessary to Find the Binaries on System:echo 'export PATH=/usr/local/cuda-10.0/bin${PATH:+:${PATH}}' > $HOME/.bashrc
Possibly Amend the 10.0 with the Actual Version…
And Reload Configuration simply with:bash
Contents