This helper repository contains the configuration required to setup a Binder environment that can run the WorldCereal system.
To update:
Add specific version of required packages.
conda-lock -k explicit -f worldcereal.yml -p linux-64
mamba create -y -n python310 --file conda-linux-64.lock
This way the new docker image will be built (which can take some time).