Skip to content

Commit

Permalink
new CMake version for notebook image
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 2, 2024
1 parent fd48e08 commit 939b1d2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile-notebook-base
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,17 @@ ENV \
LANG=C.UTF-8 \
LC_ALL=C.UTF-8

ARG CMAKE_VERSION="3.30.2"
RUN apt-get update && \
apt-get install -y --no-install-recommends \
build-essential \
cmake \
curl \
libomp-dev \
ninja-build && \
curl -O -L \
https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-linux-$(arch).sh && \
mkdir /opt/cmake && \
sh cmake-${CMAKE_VERSION}-linux-$(arch).sh --skip-license --prefix=/opt/cmake && \
pip install --no-cache-dir --prefer-binary \
'aiobotocore[awscli,boto3]>=2.5.0' \
blosc \
Expand Down

0 comments on commit 939b1d2

Please sign in to comment.