Skip to content

Commit

Permalink
need the cmake symlink too
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 2, 2024
1 parent 939b1d2 commit 351b959
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile-notebook-base
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN apt-get update && \
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 \
'aiobotocore[awscli,boto3]>=2.5.0' \
blosc \
Expand Down

0 comments on commit 351b959

Please sign in to comment.