A Docker image containing bleeding-edge GeoJupyter (and other) geospatial tools.
Mainly intended for use in JupyterHubs! Use the image string
ghcr.io/geojupyter/geojupyter:latest
.
This Docker image is built with repo2docker.
repo2docker enables building and publishing a Docker image without Docker-specific
knowledge.
It uses familiar
configuration files
like conda's environment.yml
to generate the image, and the author of the repo2docker
repository doesn't need to deal with frustrating complexities like environment
activation or requirements to work as expected on a JupyterHub.