***
Wartungsfenster jeden ersten Mittwoch vormittag im Monat
***
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jupyterhub-docker-stacks
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASC Public
JupyterHub
jupyterhub-docker-stacks
Commits
ac326593
Commit
ac326593
authored
2 years ago
by
rocky@build
Browse files
Options
Downloads
Patches
Plain Diff
updated for docker stacks 3.1.1
parent
4ca23af8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#221809
passed with warnings
2 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build_variant.sh
+1
-1
1 addition, 1 deletion
build_variant.sh
tools/requirements.txt
+7
-6
7 additions, 6 deletions
tools/requirements.txt
with
8 additions
and
7 deletions
build_variant.sh
+
1
−
1
View file @
ac326593
...
...
@@ -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]"
...
...
This diff is collapsed.
Click to expand it.
tools/requirements.txt
+
7
−
6
View file @
ac326593
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment