/docker-forestatrisk-tropics

:whale: Docker for the forestatrisk-tropics project

Primary LanguageDockerfileGNU General Public License v3.0GPL-3.0

docker-forestatrisk-tropics 🐳

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.

Usage

With docker

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

With singularity

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