Skip to content

Commit

Permalink
J-hub docker build fix II.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Mar 10, 2024
1 parent 489ae52 commit 109bc8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion services/jupyter-hub/Dockerfile_singleuser
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ RUN pip3 install --no-cache-dir --upgrade pip
RUN pip3 install --no-cache-dir setuptools wheel virtualenv

# jupyterhub stuff
RUN pip3 install --no-cache-dir ipywidgets jupyter jupyterhub jupyterlab jupyterlab-git importlib_metadata bitstream
RUN pip3 install --no-cache-dir ipywidgets jupyter jupyterhub jupyterlab jupyterlab-git importlib_metadata

RUN pip3 install --no-cache-dir jupyterlab_widgets jupyter_contrib_core jupyter_contrib_nbextensions jupyter-server-proxy fastbook
RUN pip3 install --no-cache-dir docker docker-compose dockerspawner jupyterhub-firstuseauthenticator jupyterhub-systemdspawner jupyterhub-jwtauthenticator jupyterhub-client jupyterhub-kerberosauthenticator
Expand Down
1 change: 0 additions & 1 deletion services/jupyter-hub/Dockerfile_singleuser_gpu
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ RUN pip3 install --no-cache-dir setuptools wheel virtualenv

# jupyterhub stuff
RUN pip3 install --no-cache-dir ipywidgets jupyter jupyterhub jupyterlab jupyterlab-git importlib_metadata
RUN pip3 install --no-cache-dir ipywidgets jupyter jupyterhub jupyterlab jupyterlab-git importlib_metadata bitstream
RUN pip3 install --no-cache-dir jupyterlab_widgets jupyter_contrib_core jupyter_contrib_nbextensions jupyter-server-proxy fastbook
RUN pip3 install --no-cache-dir docker docker-compose dockerspawner jupyterhub-firstuseauthenticator jupyterhub-systemdspawner jupyterhub-jwtauthenticator jupyterhub-client jupyterhub-kerberosauthenticator
RUN pip3 install --no-cache-dir jupyterhub-nanowireauthenticator jupyterhub-ldapauthenticator jupyterhub-kubespawner jupyterhub-nativeauthenticator
Expand Down

0 comments on commit 109bc8a

Please sign in to comment.