Skip to content
/ demo Public

Demonstration of Common Architecture building blocks

License

Notifications You must be signed in to change notification settings

EOEPCA/demo

Repository files navigation

demo

Demonstration of Common Architecture building blocks.

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

notebooks

The notebooks are under directory 'demoroot/notebooks', with supporting files under 'demoroot/data'.

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