Skip to content

Commit 84f967e

Browse files
committed
docs: user-env default image is not base-image
1 parent 29b041c commit 84f967e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/source/jupyterhub/customizing/user-environment.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,15 @@ To get started customizing the user environment, see the topics below.
2323

2424
## Choose and use an existing Docker image
2525

26+
This chart uses a minimal default singleuser image intended for quick tests.
27+
You will need to choose a different image or build your own for real use.
28+
2629
Project Jupyter maintains the [jupyter/docker-stacks repository](https://github.com/jupyter/docker-stacks/), which contains ready to use
2730
Docker images. Each image includes a set of commonly used science and data
2831
science libraries and tools. They also provide excellent documentation on [how
2932
to choose a suitable image](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html).
3033

31-
If you wish to use another image from jupyter/docker-stacks than the
32-
[base-notebook](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-base-notebook)
33-
used by default, such as the [datascience-notebook](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-datascience-notebook)
34+
For example, to use the [datascience-notebook](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-datascience-notebook)
3435
image containing useful tools and libraries for data science, complete these steps:
3536

3637
1. Modify your `config.yaml` file to specify the image. For example:

0 commit comments

Comments
 (0)