-
Notifications
You must be signed in to change notification settings - Fork 35
toolkit: install guide: refer to section about supported platforms, tweak headings #158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 4 commits
8316505
550b98a
c85c37c
3b8d4df
06bd2b8
ad56540
cd38c8b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,22 +4,23 @@ | |
|
|
||
| # Installing the NVIDIA Container Toolkit | ||
|
|
||
|
|
||
| ## Installation | ||
|
|
||
| (pre-requisites)= | ||
|
|
||
| ### Prerequisites | ||
|
|
||
| Install the NVIDIA GPU driver for your Linux distribution. | ||
| NVIDIA recommends installing the driver by using the package manager for your distribution. | ||
| 1. Read [this section](./supported-platforms.md) about platform support. | ||
|
|
||
| 2. Install the NVIDIA GPU driver for your Linux distribution. | ||
| NVIDIA recommends installing the driver by using the package manager for your distribution. | ||
| For information about installing the driver with a package manager, refer to | ||
| the [_NVIDIA Driver Installation Quickstart Guide_](https://docs.nvidia.com/datacenter/tesla/tesla-installation-notes/index.html). | ||
| Alternatively, you can install the driver by [downloading](https://www.nvidia.com/en-us/drivers/) a `.run` installer. | ||
|
|
||
| Alternatively, you can install the driver by downloading a `.run` installer. | ||
| Refer to the NVIDIA [Official Drivers](https://www.nvidia.com/Download/index.aspx?lang=en-us) page. | ||
|
|
||
| ### Installing with Apt | ||
| ### Ubuntu and Debian | ||
|
||
|
|
||
| 1. Configure the production repository: | ||
|
|
||
|
|
@@ -53,7 +54,7 @@ Refer to the NVIDIA [Official Drivers](https://www.nvidia.com/Download/index.asp | |
| $ sudo apt-get install -y nvidia-container-toolkit | ||
| ``` | ||
|
|
||
| ### Installing with Yum or Dnf | ||
| ### RHEL/CentOS, Fedora, Amazon Linux | ||
|
|
||
| 1. Configure the production repository: | ||
|
|
||
|
|
@@ -74,7 +75,7 @@ Refer to the NVIDIA [Official Drivers](https://www.nvidia.com/Download/index.asp | |
| $ sudo yum install -y nvidia-container-toolkit | ||
| ``` | ||
|
|
||
| ### Installing with Zypper | ||
| ### OpenSUSE, SLE | ||
|
|
||
| 1. Configure the production repository: | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason why we got ride of this link? I dont remember if this has come up before in a previous comments. thanks
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No removal. I replaced it with a more modern URL. You will notice in your browser that the old URL redirects to
/en-us/drivers.Personally, I like to look at changes like this in the rendered view.
We should also work towards using a concept often called "semantic line breaks" to keep the markdown source diff better reviewable.