-
Notifications
You must be signed in to change notification settings - Fork 101
Closed
Description
The logic in LocalCUDACluster
might be also encoded into a command line utility like dask-worker
. This would presumably start many workers on the same machine, assigning environment variables as necessary.
This would be useful because it might compose nicely with the other vanilla deployment solutions like dask-yarn, dask-jobqueue, and dask-kubernetes because we could then simply have them point to dask-cuda-worker
rather than dask-worker
and hopefully reuse most of the existing code with minimal modification.
Metadata
Metadata
Assignees
Labels
No labels