repo2docker/tests/dockerfile/jupyter-stack/README.rst

10 wiersze
423 B
ReStructuredText
Czysty Zwykły widok Historia

2017-08-01 15:21:06 +00:00
Docker - Specifying dependencies
--------------------------------
2018-04-25 00:14:01 +00:00
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.