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
9f3f9260
Commit
9f3f9260
authored
Nov 18, 2020
by
Nicolas M. Thiéry
Browse files
Attempt at not updating to stay closer from the base image
parent
413080a2
Pipeline
#91386
passed with stage
in 119 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
9f3f9260
...
...
@@ -25,7 +25,7 @@ RUN echo 'eval "$(command conda shell.bash hook 2> /dev/null)"' > /etc/profile.d
USER
$NB_UID
# Install the base software stack
RUN
conda update
-n
base
-c
conda-forge
--update-all
#
RUN conda update -n base -c conda-forge --update-all
COPY
environment.yml .
RUN
conda
env
update
-n
base
-f
environment.yml
&&
rm
environment.yml
...
...
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