Skip to content

Commit

Permalink
removed $
Browse files Browse the repository at this point in the history
  • Loading branch information
melodywang060 committed Oct 7, 2024
1 parent 4b07e1c commit 5edd115
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/cloud/gcp/gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ $ gcloud init
Now we can launch a GPU enabled GKE cluster.

```console
$ $ 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
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
```

With this command, you’ve launched a GKE cluster called `rapids-gpu-kubeflow`. You’ve specified that it should use nodes of type a2-highgpu-2g, each with two A100 GPUs.
Expand Down

0 comments on commit 5edd115

Please sign in to comment.