Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
jupyterhub-paris-saclay
image
Commits
d47eb973
Commit
d47eb973
authored
Jan 11, 2021
by
Nicolas M. Thiéry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install latest version of MethNum repo
(temporarily disable non essential repos)
parent
5f78dd20
Pipeline
#99062
canceled with stage
in 139 minutes and 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
Dockerfile
Dockerfile
+5
-8
No files found.
Dockerfile
View file @
d47eb973
...
...
@@ -39,18 +39,15 @@ USER $NB_UID
COPY
environment.yml .
RUN
conda
env
update
-n
base
-f
environment.yml
&&
rm
environment.yml
# Temporarily use patched version of MethNum
# See https://gitlab.u-psud.fr/MethNum/scripts/merge_requests/4
# https://gitlab.u-psud.fr/MethNum/scripts.git
# https://gitlab.u-psud.fr/Info122/Info122.git \
# https://github.com/madclam/info113/ \
# https://github.com/nthiery/M1-ISD-AlgorithmiqueAvancee \
# https://gitlab.u-psud.fr/nicolas.thiery/ter-jupyter \
# Install the software stack for each of the following repositories
RUN for
REPO
in
\
https://gitlab.u-psud.fr/
nicolas.thiery
/scripts.git
\
https://gitlab.u-psud.fr/
MethNum
/scripts.git
\
https://gitlab.u-psud.fr/Info111/ComputerLab.git
\
https://gitlab.u-psud.fr/Info122/Info122.git
\
https://github.com/madclam/info113/
\
https://github.com/nthiery/M1-ISD-AlgorithmiqueAvancee
\
https://gitlab.u-psud.fr/nicolas.thiery/ter-jupyter
\
;
do
\
echo
=================================================
;
\
echo
Installing software stack
for
:
;
\
...
...
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