Skip to content

Commit ad56540

Browse files
committed
use legacy heading anchors
Signed-off-by: Dr. Jan-Philip Gehrcke <[email protected]>
1 parent 06bd2b8 commit ad56540

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

container-toolkit/install-guide.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
# Installing the NVIDIA Container Toolkit
66

7-
87
## Installation
98

109
(pre-requisites)=
@@ -20,6 +19,8 @@ the [_NVIDIA Driver Installation Quickstart Guide_](https://docs.nvidia.com/data
2019
Alternatively, you can install the driver by [downloading](https://www.nvidia.com/en-us/drivers/) a `.run` installer.
2120

2221

22+
(installing-with-apt)=
23+
2324
### With `apt`: Ubuntu, Debian
2425

2526
```{note}
@@ -58,6 +59,8 @@ Alternatively, you can install the driver by [downloading](https://www.nvidia.co
5859
$ sudo apt-get install -y nvidia-container-toolkit
5960
```
6061

62+
(installing-with-yum-or-dnf)=
63+
6164
### With `dnf`: RHEL/CentOS, Fedora, Amazon Linux
6265

6366

@@ -84,6 +87,8 @@ Alternatively, you can install the driver by [downloading](https://www.nvidia.co
8487
$ sudo dnf install -y nvidia-container-toolkit
8588
```
8689

90+
(installing-with-zypper)=
91+
8792
### With `zypper`: OpenSUSE, SLE
8893

8994
1. Configure the production repository:

0 commit comments

Comments
 (0)