repo2docker/tests/dockerfile/jupyter-stack
Chris Holdgraf 30b37a35e4 improving readmes for tests 2018-04-24 17:14:01 -07:00
..
Dockerfile Remove jupyterhub from test dockerfiles 2017-10-23 15:12:08 -07:00
README.rst improving readmes for tests 2018-04-24 17:14:01 -07:00
verify make jupyterhub a build arg 2017-09-07 14:22:15 +02:00

README.rst

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

Docker - Specifying dependencies
--------------------------------

You can use a Dockerfiles to use a "source" Docker image that has a pre-built
environment. This may be more flexible in running non-standard code.

We recommend sourcing your Dockerfile from one of the Jupyter base images
to ensure that it works with JupyterHub. In this case, we use a stripped-down
image that has minimal dependencies installed.