jbusecke / cmip6_derived_cloud_datasets

Prototype for derived cloud data pipeline using CMIP6 data.
1 stars 0 forks source link

Speeding up Builds with docker images #11

Open jbusecke opened 2 years ago

jbusecke commented 2 years ago

I am currently running into a bunch of troubles with mismatching versions when I use an environment file.

I think in the long run it would be both faster and less error prone to use docker containers to ensure that the execution environment and the dask workers have the exact same dependencies.