Skip to content

Latest commit

 

History

History

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

GRASS GIS docker

GRASS GIS docker matrix

Docker Pulls

Find out included version of GDAL, GEOS, PROJ, PDAL, Python and GRASS GIS using

grass --tmp-project XY --exec g.version -rge \
    && pdal --version \
    && python3 --version

Requirements

  • docker or podman

Installation

To install a docker image, run (replace <tag> with the desired Docker tag from the table above):

docker pull osgeo/grass-gis:<tag>

See also: https://grass.osgeo.org/download/docker/