ePSproc + JupyterLab builds with Docker

Dockerfiles for ePSproc, based on Jupyter Docker Stacks images, are in /docker.

Quick build container only:

docker run -p 8888:8888 jupyterlab_epsproc

where the port mapping is host:container.

Quick build with Compose (includes some extra options):

docker-compose -f docker-compose.ePSproc.yml build

NOTE: the compose version is currently not working.

For more details & options, see:

For use with full JupyterHub deployment, see the separate jupyterhub-docker repo.

TODO

  • Further testing.
  • Different install types. (Here using pip install git+git://github.com/phockett/ePSproc@dev).
  • Deploy to Docker Cloud/Jupyter Stacks repos.