Singularity image for QGIS. It was built on top of the base Docker image ubuntu. Packages installed: qgis qgis-plugin-grass
You can build a local Singularity image named qgis.sif
with:
sudo singularity build qgis.sif Singularity
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
QGIS is started using the default run command:
singularity run qgis.sif
or as a native command
./qgis.sif
The code is available as open source under the terms of the MIT License.