Docker container to run the forestatrisk
Python package on the
MBB cluster.
The docker comes preinstalled with Debian testing, Python3, GDAL,
RClone, and dependencies to run the forestatrisk
Python package.
You can pull the container by running:
docker pull ghislainv/docker-forestatrisk-tropics
To run an interactive terminal using the docker container:
sudo docker run -ti docker-forestatrisk-tropics
Using singularity on the MBB cluster:
singularity build forestatrisk-tropics.simg docker://ghislainv/docker-forestatrisk-tropics
To run an interactive terminal using the singularity image:
singularity shell forestatrisk-tropics.simg