Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mathematicalmichael committed Nov 28, 2021
1 parent 358caf0 commit 008e2bf
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Dockerfile.jupyterhub
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ FROM jupyterhub/jupyterhub-onbuild:$JUPYTERHUB_VERSION
RUN pip install psycopg2-binary~=2.7 && \
pip install --no-cache-dir \
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-idle-culler
Expand All @@ -25,4 +19,4 @@ RUN pip install jupyterhub-idle-culler
#RUN chmod 700 /srv/jupyterhub/secrets && \
# chmod 600 /srv/jupyterhub/secrets/*

#COPY ./userlist /srv/jupyterhub/userlist
#COPY ./userlist /srv/jupyterhub/userlist

0 comments on commit 008e2bf

Please sign in to comment.