Skip to content

Commit

Permalink
Merge pull request #1 from rany2/add-ecmwf-api-client-dependency
Browse files Browse the repository at this point in the history
Add ecmwf-api-client to download ECMWF IFS dataset
  • Loading branch information
patrick-zippenfenig authored Jun 11, 2024
2 parents 2d9e073 + d85bb30 commit 7b27258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ RUN apt update && apt install -y wget gpg
RUN wget -qO - https://patrick-zippenfenig.github.io/ecCodes-ubuntu/public.key | gpg --dearmor -o /etc/apt/trusted.gpg.d/ecCodes-ubuntu.gpg
RUN echo "deb https://patrick-zippenfenig.github.io/ecCodes-ubuntu/ jammy main" > /etc/apt/sources.list.d/ecCodes-ubuntu.list
RUN apt update && apt install -y libnetcdf19 libeccodes0 bzip2 cdo curl python3-pip && rm -rf /var/lib/apt/lists/*
RUN pip3 install cdsapi
RUN pip3 install cdsapi ecmwf-api-client

0 comments on commit 7b27258

Please sign in to comment.