Or alternately, make use of the already-in-the-container mamba with an environment.yml, e.g.
channels:
- conda-forge
dependencies:
- camb
Per build, this may represent a time savings, comparing:
- run the
aptsolver - download the apt packages
- install all the app packages
- solve with pip
- download the pip packages
- compile the fortran code
vs:
- solve with
mamba - download the
condapackages - install the
condapackages