Skip to content

Commit d682b5b

Browse files
authored
fix: typo in toolkit install guide with dnf (NVIDIA#356)
Signed-off-by: Christopher Desiniotis <cdesiniotis@nvidia.com>
1 parent 3bc0bef commit d682b5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎container-toolkit/install-guide.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ where `systemd` cgroup drivers are used that cause containers to lose access to
101101
Optionally, configure the repository to use experimental packages:
102102

103103
```console
104-
$ sudo dnf-config-manager --enable nvidia-container-toolkit-experimental
104+
$ sudo dnf config-manager --enable nvidia-container-toolkit-experimental
105105
```
106106

107107
1. Install the NVIDIA Container Toolkit packages:
@@ -246,4 +246,4 @@ For Podman, NVIDIA recommends using [CDI](./cdi-support.md) for accessing NVIDIA
246246

247247
## Next Steps
248248

249-
- [](./sample-workload.md)
249+
- [](./sample-workload.md)

0 commit comments

Comments
 (0)