File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,39 +47,39 @@ This lab assumes you have:
4747
4848 ```text
4949 <copy>
50- curl -s -L https://NVIDIA .github.io/libNVIDIA-container/stable/rpm/NVIDIA -container-toolkit.repo | sudo tee /etc/yum.repos.d/NVIDIA -container-toolkit.repo
50+ curl -s -L https://nvidia .github.io/libNVIDIA-container/stable/rpm/nvidia -container-toolkit.repo | sudo tee /etc/yum.repos.d/nvidia -container-toolkit.repo
5151 </copy>
5252 ```
5353
54546. Run the following command
5555
5656 ```text
5757 <copy>
58- sudo yum install -y NVIDIA -container-toolkit
58+ sudo yum install -y nvidia -container-toolkit
5959 </copy>
6060 ```
6161
62627. Generate CDI configuration for podman
6363
6464 ```text
6565 <copy>
66- sudo NVIDIA -ctk cdi generate --output=/etc/cdi/NVIDIA .yaml
66+ sudo nvidia -ctk cdi generate --output=/etc/cdi/nvidia .yaml
6767 </copy>
6868 ```
6969
70708. Setup NVIDIA driver to be persistent across reboots
7171
7272 ```text
7373 <copy>
74- sudo NVIDIA -persistenced
74+ sudo nvidia -persistenced
7575 </copy>
7676 ```
7777
78789. Run the following command.
7979
8080 ```text
8181 <copy>
82- sudo systemctl enable NVIDIA -persistenced
82+ sudo systemctl enable nvidia -persistenced
8383 </copy>
8484 ```
8585
@@ -111,7 +111,7 @@ This lab assumes you have:
111111
112112 ```text
113113 <copy>
114- sudo podman run --rm --device NVIDIA .com/gpu=all -p 8000:8000 -e CUOPT_SERVER_PORT=8000 docker.io/NVIDIA /cuopt:latest-cuda12.8-py3.12
114+ sudo podman run --rm --device nvidia .com/gpu=all -p 8000:8000 -e CUOPT_SERVER_PORT=8000 docker.io/nvidia /cuopt:latest-cuda12.8-py3.12
115115 </copy>
116116 ```
117117
You can’t perform that action at this time.
0 commit comments