Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
jupyterhub-paris-saclay
image
Commits
3c55b18b
Commit
3c55b18b
authored
Mar 12, 2020
by
Nicolas M. Thiéry
Browse files
Next test ...
parent
98877fb5
Pipeline
#62388
passed with stage
in 48 minutes and 54 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+2
-2
No files found.
Dockerfile
View file @
3c55b18b
...
...
@@ -18,10 +18,10 @@ RUN conda update -n base -c conda-forge --update-all
RUN
conda
install
-n
base
-c
conda-forge mamba
RUN for
REPO
in
\
https://gitlab.u-psud.fr/MethNum/scripts.git
\
https://gitlab.u-psud.fr/Info111/outbound.git
\
https://gitlab.u-psud.fr/Info122/Info122.git
\
https://github.com/madclam/info113/
\
https://gitlab.u-psud.fr/MethNum/scripts.git
\
https://github.com/nthiery/M1-ISD-AlgorithmiqueAvancee
\
https://gitlab.u-psud.fr/nicolas.thiery/ter-jupyter
\
;
do
\
...
...
@@ -30,7 +30,7 @@ RUN for REPO in \
echo
$REPO
;
\
echo
=================================================
;
\
git clone
$REPO
repo
&&
\
(
cd
repo
;
test
-d
binder
&&
cd
binder
;
mamb
a
env
update
-n
base
-f
environment.yml
)
&&
\
(
cd
repo
;
test
-d
binder
&&
cd
binder
;
cond
a
env
update
-n
base
-f
environment.yml
)
&&
\
rm
-rf
repo
||
\
break
0
;
\
done
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment