Markus Neteler 5303777476 singularityfile: fix GRASS lib path detection 4 anni fa
..
README_debian.md bd8803d17d standardization of Markdown files (#346) 5 anni fa
singularityfile_debian 5303777476 singularityfile: fix GRASS lib path detection 4 anni fa

README_debian.md

Singularity GRASS GIS (Debian Linux)

Singularityfile with an Debian Linux image with GRASS GIS, PDAL support and grass-session.

Download size of this image is of approximately 560 MB.

Clone this repository and change directory:

git clone https://github.com/OSGeo/grass.git
cd grass

Build the singularity with:

sudo singularity build grass_master.simg singularity/debian/singularity_debian

The image can be used as:

singularity exec containers/grass_7.8.simg grass --version

To build a stable version:

change to the releasebranch or tag you want to build:

git checkout remotes/origin/releasebranch_7_8

and build and enter with:

sudo singularity build grass_7_8.simg singularity/debian/singularity_debian