GDAL-Docker icon indicating copy to clipboard operation
GDAL-Docker copied to clipboard

Docker container for installing GDAL and Python 3

GDAL-Docker

A GDAL docker container for Python 3 users. See the Docker Hub Page

Installs and compiles the latest version of GDAL so that it can be easily added to your app via requirements.txt.

Just add the following line to requirements.txt:

GDAL>=2.2.4

Running locally

Run interactively:

 docker run -it thinkwhere/gdal-python:3.6-shippable bash