Skip to content

Commit

Permalink
EC2Cluster -> GCPCluster in GCP docstring (#419)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Tomlinson <jtomlinson@nvidia.com>
  • Loading branch information
roansong and jacobtomlinson authored Sep 16, 2024
1 parent 6ca172e commit 536e182
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 @@ -438,7 +438,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 536e182

Please sign in to comment.