python-gdal
🌍 Debian-based image bundled with GDAL/OGR and Python
10K+
These containers ship with pre-installed GDAL's and OGR's Python bindings.
Powered by pyenv which helps to manage Python versions, and builded from official GDAL sources.
The Dockerfile provides defaults when executing a container:
# prints Python, pip, and GDAL versions
docker run ghcr.io/andrii-rieznik/python-gdal
To run a container and start an interactive bash session as root:
docker run -it ghcr.io/andrii-rieznik/python-gdal /bin/bash
To use a specific version of Python or GDAL with the appropriate tag:
docker run ghcr.io/andrii-rieznik/python-gdal:py3.12.4-gdal3.9.1
To pass as build arguments:
make image PYTHON_VERSION=3.12.4 GDAL_VERSION=3.9.1
See MIT.
Content type
Image
Digest
sha256:a40c09d15…
Size
404 MB
Last updated
almost 2 years ago
docker pull andrejreznik/python-gdal:py3.11.10-gdal3.6.2