Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
EnMAP
sensormapgeo
Commits
442a3126
Commit
442a3126
authored
Jan 07, 2020
by
Daniel Scheffler
Browse files
Included conda update in docker setup file.
Signed-off-by:
Daniel Scheffler
<
danschef@gfz-potsdam.de
>
parent
5eb7ea7d
Pipeline
#5486
passed with stage
in 3 minutes and 2 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
tests/CI_docker/context/sensormapgeo_ci.docker
View file @
442a3126
...
...
@@ -4,9 +4,10 @@ FROM gms_base_centos:0.3
COPY
*.yml /root/
# update the ci_env environment (that already contains all packages installed via 'docker_pyenvs' repo)
# NOTE:
w
e update Python to avoid version incompatibilities
# NOTE:
W
e update
conda and
Python to avoid version incompatibilities
.
RUN
/bin/bash
-i
-c
"
\
source /root/miniconda3/bin/activate ;
\
source activate ci_env;
\
conda update -n base -c defaults conda ;
\
conda update -c conda-forge python ;
\
conda env update -n ci_env -f /root/environment_sensormapgeo.yml"
Write
Preview
Supports
Markdown
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