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
11c83aa0
Commit
11c83aa0
authored
Oct 05, 2020
by
Nicolas M. Thiéry
Browse files
Tentative installation of SageMath
parent
4e354339
Pipeline
#85876
passed with stage
in 86 minutes and 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Dockerfile
Dockerfile
+2
-1
environment.yml
environment.yml
+1
-0
No files found.
Dockerfile
View file @
11c83aa0
...
...
@@ -6,7 +6,7 @@ USER root
# Install system utilities with apt
RUN
apt-get update
&&
\
apt-get
install
-y
--no-install-recommends
openssh-client rsync unison less tree curl gdb imagemagick libopenjp2-7
&&
\
apt-get
install
-y
--no-install-recommends
openssh-client rsync unison less tree curl gdb imagemagick libopenjp2-7
sagemath
&&
\
apt-get clean
&&
\
rm
-rf
/var/lib/apt/lists/
*
...
...
@@ -26,6 +26,7 @@ RUN conda env update -n base -f environment.yml && rm environment.yml
# 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/Info111/outbound.git
\
https://gitlab.u-psud.fr/Info122/Info122.git
\
https://github.com/madclam/info113/
\
...
...
environment.yml
View file @
11c83aa0
...
...
@@ -13,6 +13,7 @@ dependencies:
-
ipywidgets
# Interactive widgets
-
rise
# Slides
-
nbdime
# Jupyter-git integration
-
nb_conda_kernels
# In particular for sagemath which is not installed by conda
-
pip
# Visual Studio (conda packages)
...
...
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