From 498d30a3f5183cc455a6870e82845bb9a4e1ccee Mon Sep 17 00:00:00 2001 From: Tim Head Date: Thu, 26 Oct 2017 21:16:41 +0200 Subject: [PATCH] Remove leftover reference to juypterhub --- repo2docker/detectors.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/repo2docker/detectors.py b/repo2docker/detectors.py index 470aa601..72a7879a 100644 --- a/repo2docker/detectors.py +++ b/repo2docker/detectors.py @@ -733,9 +733,7 @@ class LegacyBinderDockerBuildPack(DockerBuildPack): USER main WORKDIR /home/main/notebooks ENV PATH /home/main/anaconda2/envs/python3/bin:$PATH - ARG JUPYTERHUB_VERSION RUN conda install -yq -n python3 notebook==5.0.0 ipykernel==4.6.0 && \ - pip install --no-cache-dir jupyterhub==${JUPYTERHUB_VERSION} && \ conda remove -yq -n python3 nb_conda_kernels && \ conda install -yq -n root ipykernel==4.6.0 && \ /home/main/anaconda2/envs/python3/bin/ipython kernel install --sys-prefix && \