Update jupyterhub specific version choice docs

This commit is contained in:
Ayaz Salikhov
2023-07-28 22:50:23 +04:00
parent 35a8587e4a
commit 513218c44b

View File

@@ -169,8 +169,9 @@ You can find an example of using DockerSpawner [here](https://github.com/jupyter
### Containers with a specific version of JupyterHub ### Containers with a specific version of JupyterHub
To use a specific version of JupyterHub, the version of `jupyterhub` in your image should match the The version of `jupyterhub` in your image should match the
version in the Hub itself. version in the JupyterHub itself.
To use a specific version of JupyterHub, do the following:
```{literalinclude} recipe_code/jupyterhub_version.dockerfile ```{literalinclude} recipe_code/jupyterhub_version.dockerfile
:language: docker :language: docker