Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EC2Cluster -> GCPCluster in GCP docstring #419

Merged
merged 2 commits into from
Sep 16, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
EC2Cluster -> GCPCluster in GCP docstring
roansong authored Dec 8, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 2bb52e1c0bfb77f986c89616e37fffabae6ab30a
2 changes: 1 addition & 1 deletion dask_cloudprovider/gcp/instances.py
Original file line number Diff line number Diff line change
@@ -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.