From af6e198b286d4046ca0e09ef6169ab0ace65e860 Mon Sep 17 00:00:00 2001 From: Orion Martin <40585662+95-martin-orion@users.noreply.github.com> Date: Mon, 18 Oct 2021 07:49:29 -0700 Subject: [PATCH 1/2] Remove floating backtick --- docs/tutorials/gcp_gpu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/gcp_gpu.md b/docs/tutorials/gcp_gpu.md index 61e686fe2..2f28f791c 100644 --- a/docs/tutorials/gcp_gpu.md +++ b/docs/tutorials/gcp_gpu.md @@ -72,7 +72,7 @@ machine to your virtual machine. 2. Install the CUDA toolkit. ```shell - sudo apt install -y nvidia-cuda-toolkit` + sudo apt install -y nvidia-cuda-toolkit ``` 3. Add your CUDA toolkit to the environment search path. From b96fc9ed83fbf7af578f59e9889560a93455a3f3 Mon Sep 17 00:00:00 2001 From: Orion Martin <40585662+95-martin-orion@users.noreply.github.com> Date: Mon, 18 Oct 2021 07:54:37 -0700 Subject: [PATCH 2/2] virutal -> virtual --- docs/tutorials/gcp_gpu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/gcp_gpu.md b/docs/tutorials/gcp_gpu.md index 2f28f791c..5cf736bed 100644 --- a/docs/tutorials/gcp_gpu.md +++ b/docs/tutorials/gcp_gpu.md @@ -61,7 +61,7 @@ Use SSH in the `glcoud` tool to communicate with your VM. When the command completes successfully, your prompt changes from your local machine to your virtual machine. -## 3. Enable your virutal machine to use the GPU +## 3. Enable your virtual machine to use the GPU 1. Install the GPU driver. In the Google Cloud documentation, in the Installing GPU drivers guide, follow the steps provided in the following sections: