-
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 2 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 | ||||
|---|---|---|---|---|---|---|
|
|
@@ -10,16 +10,16 @@ | |||||
|
|
||||||
| ### Prerequisites | ||||||
|
|
||||||
| Install the NVIDIA GPU driver for your Linux distribution. | ||||||
| 1. 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. | ||||||
| 2. Read [this section](./supported-platforms.md) about platform support. | ||||||
|
||||||
|
|
||||||
| ### Installing with Apt | ||||||
| ### Debian-based distributions (Ubuntu): | ||||||
|
||||||
| ### Debian-based distributions (Ubuntu): | |
| ### Debian-based distributions (e.g. Ubuntu): |
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.
Right, I forgot to add ", ..." like I did below. In this case I think I like this a little better than "e.g."
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.
Now I have clarity: we don't need generic enumerations. In these headings, we want to make sure we list all those distros that are in the table of "supported platforms". That's all we need. Pushed a commit.
Outdated
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.
| ### RPM-based distributions (RHEL/CentOS, Fedora, Amazon Linux, ...): | |
| ### RPM-based distributions (e.g. RHEL/CentOS, Fedora, Amazon Linux, ...): |
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.
I started to overthink this. Removed the "RPM-based distributions" again.
Pushed a new commit, let's see how this looks when its rendered! :) I like to first-class the distribution names instead of the tooling names (that was my main angle here). There's no perfect solution though.
Some inspiration from..
chrome
vscode
gcloud cli
signal
Outdated
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.
It's a little strange that this is also RPM-based but has its own section. Should we call that out above or have subsections for the two package manager types?
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.
Yes you have a strong point here. Will think about that.
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.
Happy with the current state: https://nvidia.github.io/cloud-native-docs/review/pr-158/container-toolkit/latest/install-guide.html.




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.