***
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
bc202ebd
Commit
bc202ebd
authored
4 years ago
by
Muck, Katrin
Browse files
Options
Downloads
Patches
Plain Diff
Lets try this out
parent
a8a96c30
No related branches found
No related tags found
No related merge requests found
Pipeline
#70633
passed
4 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+10
-10
10 additions, 10 deletions
.gitlab-ci.yml
build_variant.sh
+7
-6
7 additions, 6 deletions
build_variant.sh
with
17 additions
and
16 deletions
.gitlab-ci.yml
+
10
−
10
View file @
bc202ebd
...
@@ -8,11 +8,11 @@ variables:
...
@@ -8,11 +8,11 @@ variables:
SINGULARITY_CACHEDIR
:
/cache
SINGULARITY_CACHEDIR
:
/cache
buid-default-notebooks
:
buid-default-notebooks
:
#
only:
only
:
#
changes: # changes does not work with variables atm!
#
changes: # changes does not work with variables atm!
#
- default/**/*
#
- default/**/*
#
refs:
refs
:
#
- tags
-
tags
when
:
manual
when
:
manual
variables
:
variables
:
VARIANT_PATH
:
'
./default'
VARIANT_PATH
:
'
./default'
...
@@ -25,11 +25,11 @@ buid-default-notebooks:
...
@@ -25,11 +25,11 @@ buid-default-notebooks:
-
./build_variant.sh $VARIANT_PATH tensorflow $CI_COMMIT_TAG
-
./build_variant.sh $VARIANT_PATH tensorflow $CI_COMMIT_TAG
buid-gpu-jupyter
:
buid-gpu-jupyter
:
#
only:
only
:
#
changes: # changes does not work with variables atm!
#
changes: # changes does not work with variables atm!
#
- gpu-jupyter/**/*
#
- gpu-jupyter/**/*
#
refs:
refs
:
#
- tags
-
tags
when
:
manual
when
:
manual
variables
:
variables
:
VARIANT_PATH
:
'
./gpu-jupyter'
VARIANT_PATH
:
'
./gpu-jupyter'
...
...
This diff is collapsed.
Click to expand it.
build_variant.sh
+
7
−
6
View file @
bc202ebd
...
@@ -12,14 +12,15 @@ fi
...
@@ -12,14 +12,15 @@ fi
echo
"Building
$VARIANT
"
echo
"Building
$VARIANT
"
cd
$VARIANT_PATH
cd
$VARIANT_PATH
echo
singularity build
$VARIANT
.sif
$VARIANT
.def
singularity build
$VARIANT
.sif
$VARIANT
.def
echo
"Copying built image to VSC-3 jupyterhub NFS share"
echo
"Copying built image to VSC-3 jupyterhub NFS share"
echo
mkdir
-p
/mnt/NFS/vsc3_src/USIF/jupyter-notebook/
$TAG
mkdir
-p
/mnt/NFS/vsc3_src/USIF/jupyter-notebook/
$TAG
echo
cp
-v
$VARIANT
.sif
$VARIANT
.def /mnt/NFS/vsc3_src/USIF/jupyter-notebook/
$TAG
/
cp
-v
$VARIANT
.sif
$VARIANT
.def /mnt/NFS/vsc3_src/USIF/jupyter-notebook/
$TAG
/
echo
"Copying built image to VSC-4 jupyterhub NFS share"
echo
"Copying built image to VSC-4 jupyterhub NFS share"
echo
mkdir
-p
/mnt/NFS/vsc4_src/usif/jupyter-notebook/
$TAG
mkdir
-p
/mnt/NFS/vsc4_src/usif/jupyter-notebook/
$TAG
echo
cp
-v
$VARIANT
.sif
$VARIANT
.def /mnt/NFS/vsc4_src/usif/jupyter-notebook/
$TAG
/
cp
-v
$VARIANT
.sif
$VARIANT
.def /mnt/NFS/vsc4_src/usif/jupyter-notebook/
$TAG
/
echo
"Done
$VARIANT
."
echo
"Done
$VARIANT
."
\ No newline at end of file
echo
""
\ No newline at end of file
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