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
cdb49853
Commit
cdb49853
authored
Sep 16, 2021
by
Nicolas M. Thiéry
Browse files
Try to use Johan's workaround to enable xeus-cling installation
parent
2c0602e7
Pipeline
#135995
failed with stages
in 37 minutes and 6 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
Dockerfile
Dockerfile
+1
-0
environment.yml
environment.yml
+3
-0
No files found.
Dockerfile
View file @
cdb49853
...
...
@@ -52,6 +52,7 @@ COPY environment.yml .
RUN
mamba
env
update
-n
base
-f
environment.yml
&&
\
rm
environment.yml
&&
\
pip3
install
--ignore-installed
PyYAML
&&
\
mamba uninstall llvm-openmp
-c
conda-forge
&&
\
for
REPO
in
\
https://gitlab.u-psud.fr/nicolas.thiery/scripts.git
\
https://gitlab.dsi.universite-paris-saclay.fr/Info111/ComputerLab.git
\
...
...
environment.yml
View file @
cdb49853
...
...
@@ -23,6 +23,9 @@ dependencies:
-
bison
-
flex
# Workaround to enable installing xeus-cling later on
-
_openmp_mutex=*=1_gnu
# Visual Studio (conda packages)
-
code-server
-
jupyter-server-proxy
...
...
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