Skip to content

Commit

Permalink
fixed copy code block bug (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
melodywang060 authored Oct 7, 2024
1 parent 4d815c0 commit da85da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/cloud/gcp/gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ gcloud init
Now we can launch a GPU enabled GKE cluster.

```console
$ gcloud container clusters create rapids-gpu-kubeflow \
gcloud container clusters create rapids-gpu-kubeflow \
--accelerator type=nvidia-tesla-a100,count=2 --machine-type a2-highgpu-2g \
--zone us-central1-c --release-channel stable
```
Expand Down

0 comments on commit da85da7

Please sign in to comment.