Skip to content

Commit

Permalink
install latest CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 2, 2024
1 parent 7ad4719 commit 835d3f9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile-cluster-base
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,18 @@ ENV \
LANG=C.UTF-8 \
LC_ALL=C.UTF-8

ARG CMAKE_VERSION="3.30.2"
ARG DASK_VERSION

RUN apt-get update && \
apt-get install -y --no-install-recommends \
build-essential \
cmake \
libomp-dev && \
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 && \
ln -sf /opt/cmake/bin/cmake /usr/local/bin/cmake && \
pip install --no-cache-dir --prefer-binary \
blosc \
bokeh \
Expand Down

0 comments on commit 835d3f9

Please sign in to comment.