commit
d2bed7a1ce
4
.env
4
.env
@ -7,7 +7,7 @@
|
||||
# are not set in the shell environment.
|
||||
|
||||
# To override these values, set the shell environment variables.
|
||||
JUPYTERHUB_VERSION=0.8.0
|
||||
JUPYTERHUB_VERSION=0.9.2
|
||||
|
||||
# Name of Docker machine
|
||||
DOCKER_MACHINE_NAME=jupyterhub
|
||||
@ -16,7 +16,7 @@ DOCKER_MACHINE_NAME=jupyterhub
|
||||
DOCKER_NETWORK_NAME=jupyterhub-network
|
||||
|
||||
# Single-user Jupyter Notebook server container image
|
||||
DOCKER_NOTEBOOK_IMAGE=jupyter/minimal-notebook:e1677043235c
|
||||
DOCKER_NOTEBOOK_IMAGE=jupyter/minimal-notebook:8ccdfc1da8d5
|
||||
|
||||
# the local image we use, after pinning jupyterhub version
|
||||
LOCAL_NOTEBOOK_IMAGE=jupyterhub-user
|
||||
|
@ -7,7 +7,7 @@ FROM jupyterhub/jupyterhub-onbuild:$JUPYTERHUB_VERSION
|
||||
RUN /opt/conda/bin/conda install -yq psycopg2=2.7 && \
|
||||
/opt/conda/bin/conda clean -tipsy && \
|
||||
/opt/conda/bin/pip install --no-cache-dir \
|
||||
oauthenticator==0.7.* \
|
||||
oauthenticator==0.8.* \
|
||||
dockerspawner==0.9.*
|
||||
|
||||
# Copy TLS certificate and key
|
||||
|
Loading…
Reference in New Issue
Block a user