*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit ac326593 authored by rocky@build's avatar rocky@build
Browse files

updated for docker stacks 3.1.1

parent 4ca23af8
No related branches found
No related tags found
No related merge requests found
Pipeline #221809 passed with warnings
......@@ -4,7 +4,7 @@ set -e
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
VSC_UNIFIED_IMAGE_PATH=/opt/sw/jupyterhub/notebooks/
VSC_UNIFIED_IMAGE_PATH=${VSC_UNIFIED_IMAGE_PATH:-"/opt/sw/jupyterhub/notebooks/"}
function usage() {
echo "usage: $0 <output> <source> <name> <group> <docker-tag> [dry-run] [testing]"
......
jupyterhub==3.0.0
#batchspawner==1.1.0
git+https://github.com/katringoogoo/batchspawner.git@jupyterhub-3.0.0b1
jupyterhub==3.1.1
# the auth await fix is still missing
# batchspawner==1.2.0
git+https://github.com/katringoogoo/batchspawner.git@auth_fix
# slurm package only works if we have slurm tools as well
# in the singularity image - so skip it for now
#jupyterlab-slurm==3.0.1
# jupyterlab-slurm==3.0.1
jupyterlab-system-monitor==0.8.0
jupyterlab-git==0.39.3
jupyterlab-widgets==3.0.3
jupyterlab-git==0.41.0
jupyterlab-widgets==3.0.6
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment