Skip to content

Commit

Permalink
EC2Cluster -> GCPCluster in GCP docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
roansong committed Dec 8, 2023
1 parent afe8e56 commit 2bb52e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask_cloudprovider/gcp/instances.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ class GCPCluster(VMCluster):
This image must have a valid Python environment and have ``dask`` installed in order for the
``dask-scheduler`` and ``dask-worker`` commands to be available. It is recommended the Python
environment matches your local environment where ``EC2Cluster`` is being created from.
environment matches your local environment where ``GCPCluster`` is being created from.
For GPU instance types the Docker image much have NVIDIA drivers and ``dask-cuda`` installed.
Expand Down

0 comments on commit 2bb52e1

Please sign in to comment.