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
e6f24781
Commit
e6f24781
authored
Jan 11, 2021
by
Nicolas M. Thiéry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Start by installing mamba, then install everything with mamba
parent
d47eb973
Pipeline
#99075
passed with stage
in 91 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Dockerfile
Dockerfile
+4
-1
No files found.
Dockerfile
View file @
e6f24781
...
...
@@ -34,10 +34,13 @@ RUN echo 'kernel.core_uses_pid = 0' > /etc/sysctl.d/60-local.conf
USER
$NB_UID
# Install mamba
RUN
conda
install
mamba
-c
conda-forge
# Install the base software stack
# RUN conda update -n base -c conda-forge --update-all
COPY
environment.yml .
RUN
cond
a
env
update
-n
base
-f
environment.yml
&&
rm
environment.yml
RUN
mamb
a
env
update
-n
base
-f
environment.yml
&&
rm
environment.yml
# https://gitlab.u-psud.fr/Info122/Info122.git \
# https://github.com/madclam/info113/ \
...
...
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