Skip to content

Commit

Permalink
Add missing build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoRoth committed Aug 26, 2023
1 parent fd04b21 commit a749333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions binder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM ghcr.io/oggm/oggm:${OGGM_TAG} as builder
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - && \
apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get -y install wget curl nodejs \
build-essential gcc g++ gfortran rustc cargo \
build-essential gcc g++ gfortran rustc cargo cmake ninja-build \
libffi-dev libssl-dev libopenblas-dev liblapack-dev zlib1g-dev \
libtiff-dev libpng-dev libjpeg-dev libopenjp2-7-dev libfreetype6-dev \
libgif-dev libnetcdf-dev libhdf4-dev libhdf5-dev libwebp-dev \
Expand Down Expand Up @@ -55,7 +55,7 @@ RUN ${PIP} install --no-cache-dir --no-binary :all: --no-build-isolation \
# Problematic dependencies
RUN ${PIP} install --no-cache-dir --force-reinstall \
typing_extensions && \
${PIP} install --no-cache-dir --no-binary :all: --only-binary jupyterlab-pygments,contourpy \
${PIP} install --no-cache-dir --no-binary :all: --only-binary jupyterlab-pygments \
tqdm \
panel && \
${PIP} install --no-cache-dir --no-binary :all: --no-build-isolation \
Expand Down

0 comments on commit a749333

Please sign in to comment.