/sa_singularity_qgis

QGIS in a Singularity container

Primary LanguageSingularityMIT LicenseMIT

Singularity QGIS

https://www.singularity-hub.org/static/img/hosted-singularity--hub-%23e32929.svg GitHub License

Singularity image for QGIS. It was built on top of the base Docker image ubuntu. Packages installed: qgis qgis-plugin-grass

Build

You can build a local Singularity image named qgis.sif with:

sudo singularity build qgis.sif Singularity

Deploy

Instead of building it yourself you can download the pre-built image from Singularity Hub with:

singularity pull qgis.sif shub://OSC/sa_singularity_qgis

Run

Start QGIS

QGIS is started using the default run command:

singularity run qgis.sif

or as a native command

./qgis.sif

License

The code is available as open source under the terms of the MIT License.