Skip to content

Commit

Permalink
Update SLES docs for NVIDIA operator
Browse files Browse the repository at this point in the history
Signed-off-by: manuelbuil <[email protected]>
  • Loading branch information
manuelbuil committed Nov 1, 2024
1 parent e50a85e commit 2c86427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ sudo zypper install -y nvidia-open
If the GPU does not support gpu kernel drivers, you will need to download the proprietary drivers from an NVIDIA repo. In that case, follow these steps:
```
sudo zypper addrepo --refresh 'https://developer.download.nvidia.com/compute/cuda/repos/sles15/x86_64/' NVIDIA
sudo zypper addrepo --refresh https://developer.download.nvidia.com/compute/cuda/repos/sles15/x86_64/ cuda-sles15
sudo zypper --gpg-auto-import-keys refresh
sudo zypper install -y –-auto-agree-with-licenses nvidia-gl-G06 nvidia-video-G06 nvidia-compute-utils-G06
```
Expand Down Expand Up @@ -379,7 +379,7 @@ ls /usr/local/nvidia/toolkit/nvidia-container-runtime

4 - Verify if containerd config was updated to include the nvidia container runtime:
```
grep nvidia /etc/containerd/config.toml
grep nvidia /var/lib/rancher/rke2/agent/etc/containerd/config.toml
```

5 - Run a pod to verify that the GPU resource can successfully be scheduled on a pod and the pod can detect it
Expand Down

0 comments on commit 2c86427

Please sign in to comment.