|
4 anni fa | |
---|---|---|
.. | ||
README_debian.md | 5 anni fa | |
singularityfile_debian | 4 anni fa |
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