Skip to content

Commit

Permalink
remove python libs -> not required anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-zippenfenig committed Jan 9, 2025
1 parent 3bbc69f commit 046e0bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ ENV DEBIAN_FRONTEND=noninteractive
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 ecmwf-api-client
RUN apt update && apt install -y libnetcdf19 libeccodes0 bzip2 cdo curl && rm -rf /var/lib/apt/lists/*

0 comments on commit 046e0bc

Please sign in to comment.