Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump jupyterhub-moss to v7.6.1 (AB#23640) #31

Merged
merged 3 commits into from
Nov 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions azure-pipelines-jupyterhub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ RUN python3 -m pip install oauthenticator
# install BatchSpawner: commit 3a65827c is v3.0 + our PR#254
RUN python3 -m pip install https://github.com/jupyterhub/batchspawner/archive/3a65827c0633556e5323c7607b3f9d20d1ddbbff.zip
# install Modular Slurm Spawner (vub-hpc fork)
RUN python3 -m pip install https://github.com/vub-hpc/jupyterhub_moss/archive/refs/tags/v7.6.0.tar.gz
RUN python3 -m pip install https://github.com/vub-hpc/jupyterhub_moss/archive/refs/tags/v7.6.1.tar.gz
# install vsc-config
ADD vsc-config /opt/vsc-config
RUN python3 -m pip install vsc-base
RUN python3 -m pip install 'setuptools<54.0' wheel
RUN python3 -m pip install https://pypi.python.org/packages/source/v/vsc-base/vsc-base-3.5.9.tar.gz
RUN python3 -m pip install /opt/vsc-config
# install static resources for theming
COPY assets/vub-hpc-logo-horiz-color.png /usr/local/share/jupyterhub/static/images/
Expand Down