Software Environment#
Normally you don’t have to specify the software environment used. Package Sync should handle things.
However, if you want to be explicit and specify a manually created software
environment, (see Manual Software Environments), you can do so with the software=
keyword:
cluster = coiled.Cluster(software="my-software-environment", ...)
Alternatively, you can also specify a Docker image with the container=
keyword.
cluster = coiled.Cluster(container="daskdev/dask", ...)
For more information, see Manage Software.