How to deploy conda-based docker images
The scientific python community has settled on conda and conda-forge as the easiest way to compile and install dependencies that have complicated build recipes:
As long as the Python community thinks of their problems as “Python packaging problems”, and not “legacy C compiler & linker issues from the 1970s which we …