From 2bb52e1c0bfb77f986c89616e37fffabae6ab30a Mon Sep 17 00:00:00 2001 From: Roan Song Date: Fri, 8 Dec 2023 08:00:22 +0200 Subject: [PATCH] EC2Cluster -> GCPCluster in GCP docstring --- dask_cloudprovider/gcp/instances.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dask_cloudprovider/gcp/instances.py b/dask_cloudprovider/gcp/instances.py index 0d01b245..681a42d1 100644 --- a/dask_cloudprovider/gcp/instances.py +++ b/dask_cloudprovider/gcp/instances.py @@ -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.