Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tutorials-and-use-cases
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
data-infrastructure-services
tutorials-and-use-cases
Commits
4c707b0e
Commit
4c707b0e
authored
3 years ago
by
Fabian Wachsmann
Browse files
Options
Downloads
Patches
Plain Diff
Resolve "Calculate Climate Extremes Indices according to the ETCCDI standard with CDOs"
parent
f5c98054
No related branches found
Branches containing commit
No related tags found
1 merge request
!60
Resolve "Calculate Climate Extremes Indices according to the ETCCDI standard with CDOs"
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+6
-3
6 additions, 3 deletions
.gitlab-ci.yml
Dockerfile
+4
-2
4 additions, 2 deletions
Dockerfile
environment.yml
+6
-5
6 additions, 5 deletions
environment.yml
with
16 additions
and
10 deletions
.gitlab-ci.yml
+
6
−
3
View file @
4c707b0e
...
...
@@ -41,13 +41,16 @@ imageupdate:
tags
:
-
roadrunner
script
:
-
docker image rm gitlabci_notebook || echo "Could not remove image"
-
docker build --tag gitlabci_notebook .
only
:
refs
:
-
branches
changes
:
-
Dockerfile
-
environment.yaml
-
environment.yml
except
:
refs
:
-
master
-
merge_requests
pages
:
stage
:
deploy
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
4
−
2
View file @
4c707b0e
...
...
@@ -2,13 +2,15 @@ FROM mambaorg/micromamba:0.15.3
COPY
environment.yml /tmp/env.yaml
USER
root
RUN
apt-get update
&&
apt-get
install
build-essential
-y
RUN
apt-get
install
git
-y
RUN
micromamba
install
-y
-n
base
-f
/tmp/env.yaml
&&
\
micromamba clean
--all
--yes
ENV
PATH=$PATH:/micromamba/pcondabin:/micromamba/bin
USER
root
RUN
apt-get update
&&
apt-get
install
build-essential
-y
RUN
apt-get
install
git
-y
RUN
python
-m
ipykernel
install
--name
python3
--display-name
"python3"
--user
...
...
This diff is collapsed.
Click to expand it.
environment.yml
+
6
−
5
View file @
4c707b0e
...
...
@@ -37,8 +37,10 @@ dependencies:
#psyplot
-
psy-maps
-
psyplot
-
cfchecker
-
pyessv
#atmodat
-
compliance-checker
-
cfunits
-
udunits2
#
#for psyplot on centos:
#sudo ln -s /usr/lib64/libc.so.6 /usr/lib64/libc.musl-x86_64.so.1
...
...
@@ -49,6 +51,5 @@ dependencies:
-
pip
:
-
sphinx-book-theme
-
pangeo-xesmf
#for raster data
-
git+https://github.com/cedadev/cc-yaml@master
-
git+https://github.com/cedadev/compliance-check-lib@master
-
git+https://github.com/AtMoDat/atmodat_data_checker@master
#For atmodat checker
-
git+https://github.com/AtMoDat/atmodat_data_checker
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment