Skip to content
Snippets Groups Projects
Commit 4c707b0e authored by Fabian Wachsmann's avatar Fabian Wachsmann
Browse files

Resolve "Calculate Climate Extremes Indices according to the ETCCDI standard with CDOs"

parent f5c98054
No related branches found
No related tags found
1 merge request!60Resolve "Calculate Climate Extremes Indices according to the ETCCDI standard with CDOs"
......@@ -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
......
......@@ -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
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment