From 9805cbdca17001c77087e125c4aea9a56119c0e2 Mon Sep 17 00:00:00 2001 From: shane knapp Date: Thu, 28 Sep 2023 10:49:54 -0700 Subject: [PATCH] v6.1 released to pypi --- images/hub/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/images/hub/Dockerfile b/images/hub/Dockerfile index 5744f8384..1332ff21d 100644 --- a/images/hub/Dockerfile +++ b/images/hub/Dockerfile @@ -6,7 +6,6 @@ USER root RUN python3 -m pip install --no-cache git+https://github.com/berkeley-dsep-infra/canvasoauthenticator@09e7ed8 RUN python3 -m pip install --no-cache jupyterhub-ltiauthenticator==1.5.1 -RUN python3 -m pip install --no-cache git+https://github.com/jupyterhub/kubespawner@main COPY logos /srv/logos