Skip to content

Commit

Permalink
Dataproc removed ANACONDA as an optional component in preview2 (#908)
Browse files Browse the repository at this point in the history
Signed-off-by: Sameer Raheja <sraheja@nvidia.com>
  • Loading branch information
sameerz authored Oct 2, 2020
1 parent 92bbadb commit 3b4271c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/get-started/getting-started-gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ gcloud dataproc clusters create $CLUSTER_NAME \
--worker-machine-type n1-highmem-32\
--num-worker-local-ssds 4 \
--initialization-actions gs://goog-dataproc-initialization-actions-${REGION}/gpu/install_gpu_driver.sh,gs://goog-dataproc-initialization-actions-${REGION}/rapids/rapids.sh \
--optional-components=ANACONDA,JUPYTER,ZEPPELIN \
--optional-components=JUPYTER,ZEPPELIN \
--metadata gpu-driver-provider="NVIDIA" \
--metadata rapids-runtime=SPARK \
--bucket $GCS_BUCKET \
Expand Down

0 comments on commit 3b4271c

Please sign in to comment.