This commit is contained in:
Michael Pilosov 2021-11-27 20:06:45 -07:00
parent 358caf09b8
commit 008e2bf6c4

View File

@ -7,12 +7,6 @@ FROM jupyterhub/jupyterhub-onbuild:$JUPYTERHUB_VERSION
RUN pip install psycopg2-binary~=2.7 && \ RUN pip install psycopg2-binary~=2.7 && \
pip install --no-cache-dir \ pip install --no-cache-dir \
oauthenticator==0.8.* oauthenticator==0.8.*
#RUN apt-get update && \
# apt-get install -y --no-install-recommends \
# vim \
# && \
# apt-get clean && \
# rm -rf /var/lib/apt/lists/*
RUN pip install jupyterhub-hashauthenticator dockerspawner~=12.0 RUN pip install jupyterhub-hashauthenticator dockerspawner~=12.0
RUN pip install jupyterhub-idle-culler RUN pip install jupyterhub-idle-culler