ome / training-notebooks

A set of Python Notebooks to demonstrate how to access the images and metadata from OMERO
3 stars 10 forks source link

Initial Dockerfile #3

Closed manics closed 6 years ago

manics commented 6 years ago

Initial Dockerfile based on the proposed common OME notebooks base-image:

This will need further work in order to run the notebooks, but I'd like to get this merged as the initial step. Other dependencies can then be added in subsequent PRs, along with any changes to notebooks.

Closes https://github.com/ome/training-notebooks/issues/2

Testing

docker build -t training-notebooks .
docker run -it --rm -p 8888:8888 training-notebooks
jburel commented 6 years ago

6eda118 is no longer needed

manics commented 6 years ago

I've updated this to copy the notebooks from ., same as what's done with idr-notebooks https://github.com/IDR/idr-notebooks/pull/55/commits/5dcb5cb99edde71fa50cd0d12f4f97f037b005d2

jburel commented 6 years ago

Tested via https://ome-lochy.openmicroscopy.org/jupyterhub-training Merging