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
b8211570
Commit
b8211570
authored
Nov 21, 2020
by
Nicolas M. Thiéry
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use patched version of MethNum
parent
462f2770
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
Dockerfile
Dockerfile
+5
-1
No files found.
Dockerfile
View file @
b8211570
...
...
@@ -33,9 +33,13 @@ 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
# Install the software stack for each of the following repositories
RUN for
REPO
in
\
https://gitlab.u-psud.fr/
MethNum
/scripts.git
\
https://gitlab.u-psud.fr/
nicolas.thiery
/scripts.git
\
https://gitlab.u-psud.fr/Info111/ComputerLab.git
\
https://gitlab.u-psud.fr/Info122/Info122.git
\
https://github.com/madclam/info113/
\
...
...
Nicolas Thiéry
@nicolas.thiery1
mentioned in issue
#23
·
Nov 22, 2020
mentioned in issue
#23
mentioned in issue #23
Toggle commit list
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