Poosh Adhikary
05/02/2022, 7:08 PMnum_workers for LocalDaskExecutor based on the number of cores available on the container?Kevin Kho
DockerRun?Poosh Adhikary
05/02/2022, 7:12 PMDockerRun .Kevin Kho
LocalDaskExecutor() should infer the number of coresPoosh Adhikary
05/02/2022, 7:14 PMnum_of_cores/2 .Kevin Kho
LocalDaskExecutor, but I think you can with DaskExecutor using LocalCluster like thisPoosh Adhikary
05/02/2022, 7:19 PMLocalDaskExecutor as well. Thank you Kevin!