Skip to content

Commit

Permalink
address reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
skirui-source committed Feb 8, 2024
1 parent 4531917 commit 3bd213a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions source/cloud/gcp/dataproc.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ $ gsutil cp gs://goog-dataproc-initialization-actions-${REGION}/rapids/rapids.sh

**1. Create Dataproc cluster with Dask RAPIDS.** Use the gcloud command to create a new cluster. Because of an Anaconda version conflict, script deployment on older images is slow, we recommend using Dask with Dataproc 2.0+.

````{warning}
```{warning}
At the time of writing [Dataproc only supports RAPIDS version 23.12 and earlier with CUDA<=11.8 and Ubuntu 18.04](https://github.com/GoogleCloudDataproc/initialization-actions/issues/1137).
Please ensure that your setup complies with this compatibility requirement. Using newer RAPIDS versions may result in unexpected behavior or errors.
```

```console
$ CLUSTER_NAME=<CLUSTER_NAME>
Expand All @@ -45,8 +45,6 @@ $ gcloud dataproc clusters create $CLUSTER_NAME\

```

````

[GCS_BUCKET] = name of the bucket to use.\
[CLUSTER_NAME] = name of the cluster.\
[REGION] = name of region where cluster is to be created.\
Expand Down

0 comments on commit 3bd213a

Please sign in to comment.