Central compute environment definition(s) for ESM VFC.
You can just use the env file to install everything with Conda.
You can use docker images that come with a fully working (repo2docker-built) Jupyter environment and run them with docker:
docker run -p 8888:8888 esmvfc/esm-vfc-stacks:<tag>
or with Singularity
singularity run \
-B $(mktemp -d):/run/user \
docker://esmvfc/esm-vfc-stacks:<tag>
Modify the env file with a pull request.
There are no Github-based releases.
Instead, we use calver to build whenever something is pushed to master
and tag it as YYYY.MM.DD-<Git SHA>
on dockerhub.