Skip to content

Commit d9b5a7b

Browse files
Merge pull request #458 from quantumlib/one-char-fix
Minor docs cleanups
2 parents fe7f1d1 + 5fc5781 commit d9b5a7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/gcp_gpu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Use SSH in the `glcoud` tool to communicate with your VM.
6161
When the command completes successfully, your prompt changes from your local
6262
machine to your virtual machine.
6363

64-
## 3. Enable your virutal machine to use the GPU
64+
## 3. Enable your virtual machine to use the GPU
6565

6666
1. Install the GPU driver. In the Google Cloud documentation, in the Installing
6767
GPU drivers guide, follow the steps provided in the following sections:
@@ -72,7 +72,7 @@ machine to your virtual machine.
7272
2. Install the CUDA toolkit.
7373

7474
```shell
75-
sudo apt install -y nvidia-cuda-toolkit`
75+
sudo apt install -y nvidia-cuda-toolkit
7676
```
7777

7878
3. Add your CUDA toolkit to the environment search path.

0 commit comments

Comments
 (0)