Skip to content

Commit 23646dd

Browse files
authored
Update provision.md
changed capitalization of commands
1 parent fdadcb9 commit 23646dd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

cuopt/provision/provision.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
5454
6. 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
6262
7. 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
7070
8. 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
7878
9. 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

0 commit comments

Comments
 (0)