From 13278a7713e76fe35d67ef7058b365f96d0f1d31 Mon Sep 17 00:00:00 2001 From: Angel Date: Wed, 19 Jun 2019 16:08:12 -0400 Subject: [PATCH 1/3] [Hotfix] v0.16.3 Fixed a broken anchor link in the GPU guide --- docs/platform/linode-gpu/getting-started-with-gpu/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platform/linode-gpu/getting-started-with-gpu/index.md b/docs/platform/linode-gpu/getting-started-with-gpu/index.md index bcd6291309d..335746c5274 100644 --- a/docs/platform/linode-gpu/getting-started-with-gpu/index.md +++ b/docs/platform/linode-gpu/getting-started-with-gpu/index.md @@ -43,7 +43,7 @@ Depending on your distribution, you may need to install lspci manually first. On sudo yum install pciutils {{< /note >}} -1. Move on to the next section to [install the dependencies](#install-dependencies) that NVIDIA's drivers rely on. +1. Move on to the next section to [install the dependencies](#install-nvidia-driver-dependencies) that NVIDIA's drivers rely on. ## Install NVIDIA Driver Dependencies From a163396e8b031022a54cbc357e23adbde9c83f57 Mon Sep 17 00:00:00 2001 From: Angel Date: Wed, 19 Jun 2019 16:16:55 -0400 Subject: [PATCH 2/3] fix one more link --- docs/platform/linode-gpu/getting-started-with-gpu/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platform/linode-gpu/getting-started-with-gpu/index.md b/docs/platform/linode-gpu/getting-started-with-gpu/index.md index 335746c5274..5a34de7dd7e 100644 --- a/docs/platform/linode-gpu/getting-started-with-gpu/index.md +++ b/docs/platform/linode-gpu/getting-started-with-gpu/index.md @@ -14,7 +14,7 @@ modified_by: This guide will help you get your Linode GPU Instance up and running on a number of popular distributions. To prepare your Linode, you will need to install NVIDIA's proprietary drivers using [NVIDIA's CUDA Toolkit](https://developer.nvidia.com/cuda-toolkit). -When using distributions that are not fully supported by CUDA, like Debian 9, you can install the NVIDIA driver without the CUDA toolkit. To only install the NVIDIA driver, complete the [Before You Begin](#before-you-begin) section and then, move on to the [Manual Install](#manual-install) section of this guide. +When using distributions that are not fully supported by CUDA, like Debian 9, you can install the NVIDIA driver without the CUDA toolkit. To only install the NVIDIA driver, complete the [Before You Begin](#before-you-begin) section and then, move on to the [Manual Install](#install-manually) section of this guide. For details on the CUDA Toolkit's full feature set, see the [official documentation](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#introduction). From 3745b072da5c30a2544905cade5c7c7ae11094f6 Mon Sep 17 00:00:00 2001 From: Nathan Melehan Date: Wed, 19 Jun 2019 16:22:34 -0400 Subject: [PATCH 3/3] Update index.md --- docs/platform/linode-gpu/getting-started-with-gpu/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platform/linode-gpu/getting-started-with-gpu/index.md b/docs/platform/linode-gpu/getting-started-with-gpu/index.md index 5a34de7dd7e..16e1b789d86 100644 --- a/docs/platform/linode-gpu/getting-started-with-gpu/index.md +++ b/docs/platform/linode-gpu/getting-started-with-gpu/index.md @@ -14,7 +14,7 @@ modified_by: This guide will help you get your Linode GPU Instance up and running on a number of popular distributions. To prepare your Linode, you will need to install NVIDIA's proprietary drivers using [NVIDIA's CUDA Toolkit](https://developer.nvidia.com/cuda-toolkit). -When using distributions that are not fully supported by CUDA, like Debian 9, you can install the NVIDIA driver without the CUDA toolkit. To only install the NVIDIA driver, complete the [Before You Begin](#before-you-begin) section and then, move on to the [Manual Install](#install-manually) section of this guide. +When using distributions that are not fully supported by CUDA, like Debian 9, you can install the NVIDIA driver without the CUDA toolkit. To only install the NVIDIA driver, complete the [Before You Begin](#before-you-begin) section and then move on to the [Manual Install](#install-manually) section of this guide. For details on the CUDA Toolkit's full feature set, see the [official documentation](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#introduction).