Skip to content

Commit

Permalink
J-Hub: build fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Jul 21, 2023
1 parent f3e122e commit a671b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/jupyter-hub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RUN pip3 install jupyterlab_widgets jupyter_contrib_core jupyter_contrib_nbexten
RUN pip3 install jupyterhub-firstuseauthenticator jupyterhub-systemdspawner jupyterhub-jwtauthenticator jupyterhub-client jupyterhub-kerberosauthenticator --ignore-installed PyYAML
RUN pip3 install jupyterhub-ldapauthenticator jupyterhub-nanowireauthenticator jupyterhub-kubespawner jupyterhub-idle-culler

RUN python3 -m jupyter contrib nbextension install --sys-prefix
# RUN python3 -m jupyter contrib nbextension install --sys-prefix

RUN mkdir -p /home/jovyan/scratch
RUN chmod -R 777 /home/jovyan/scratch
Expand Down

0 comments on commit a671b8b

Please sign in to comment.