jupyterhub-deploy-docker/singleuser/Dockerfile
Min RK 65ac9b2a3f make JUPYTERHUB_VERSION a config option
and use it as a build arg for the Hub and single-use images
2017-10-03 16:23:31 +02:00

5 lines
147 B
Docker

ARG DOCKER_NOTEBOOK_IMAGE
FROM $DOCKER_NOTEBOOK_IMAGE
ARG JUPYTERHUB_VERSION
RUN python3 -m pip install --no-cache jupyterhub==$JUPYTERHUB_VERSION