Skip to content

Commit

Permalink
Merge pull request tensorflow#458 from quantumlib/one-char-fix
Browse files Browse the repository at this point in the history
Minor docs cleanups
  • Loading branch information
95-martin-orion authored Oct 25, 2021
2 parents fe7f1d1 + 5fc5781 commit d9b5a7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/gcp_gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.
Expand Down

0 comments on commit d9b5a7b

Please sign in to comment.