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
fd705292
Commit
fd705292
authored
Nov 17, 2020
by
Nicolas M. Thiéry
Browse files
Experiment with installing SageMath in the main conda environment
parent
cc58bfa3
Pipeline
#91385
failed with stage
in 34 minutes and 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
Dockerfile
Dockerfile
+2
-2
environment.yml
environment.yml
+3
-0
No files found.
Dockerfile
View file @
fd705292
...
...
@@ -48,8 +48,8 @@ RUN for REPO in \
break
0
;
\
done
# Install SageMath, for now in a different environment
RUN
mamba create
--yes
-n
sage
sage
=
9.1
#
# Install SageMath, for now in a different environment
#
RUN mamba create --yes -n sage sage=9.1
# Enable the Visual Studio proxy extension in notebook and lab
# Taken from https://github.com/betatim/vscode-binder/blob/master/postBuild
...
...
environment.yml
View file @
fd705292
...
...
@@ -36,6 +36,9 @@ dependencies:
-
r
-
r-essentials
# SageMath
-
sage
# FactoMineR package: potential use by Albane Saintenoy and students for PCA / clustering
# in the course "Traitement de données hydrologiques" of M2 HSS
-
r-factominer
...
...
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