Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 654 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 654 Bytes

demo

Demonstration of IR2MA earth observation WMS services.

Uses docker-compose to run the demo in a local JupyterLab instance.

notebooks

The notebooks are under directory 'demoroot/notebooks'.

build

The docker image is built with docker-compose:

docker-compose build

The built container bundles the notebooks and supporting files.

run

docker-compose up

Open your browser at http://0.0.0.0:8888

develop

Use the commandline arg to mount the local notebook files into the running container for local development...

docker-compose -f docker-compose-dev.yml up