ClimateImpactLab / dodola

Containerized application for running individual tasks in a larger, orchestrated CMIP6 bias-adjustment and downscaling workflow.
https://climateimpactlab.github.io/dodola/
Apache License 2.0
16 stars 8 forks source link

Clean up container build, swap to mambaorg/micromamba #192

Closed brews closed 2 years ago

brews commented 2 years ago

Our Docker image is huge. There are a couple of ways we can strip things down. A start is to switch to using a recent release of mambaorg/micromamba and clean up our ENTRYPOINT.

I think we can also drop tini... but this and others might be best for later PRs.