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