Skip to content

Commit

Permalink
update cmake (#91)
Browse files Browse the repository at this point in the history
Signed-off-by: Yusheng.Ma <[email protected]>
  • Loading branch information
Presburger authored Sep 19, 2023
1 parent 7b63839 commit 399ca14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/docker/builder/cpu/ubuntu20.04/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:20.04

ENV CMAKE_VERSION="v3.23"
ENV CMAKE_TAR="cmake-3.23.0-linux-x86_64.tar.gz"
ENV CMAKE_VERSION="v3.27"
ENV CMAKE_TAR="cmake-3.27.5-linux-x86_64.tar.gz"
RUN apt-get update && apt-get install -y --no-install-recommends wget curl g++ gcc ca-certificates\
make ccache python3-dev gfortran python3-setuptools swig libopenblas-dev pip \
&& apt-get remove --purge -y \
Expand Down
4 changes: 2 additions & 2 deletions ci/docker/builder/gpu/ubuntu20.04/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM nvidia/cuda:11.6.0-devel-ubuntu20.04

ENV CMAKE_VERSION="v3.23"
ENV CMAKE_TAR="cmake-3.23.1-linux-x86_64.tar.gz"
ENV CMAKE_VERSION="v3.27"
ENV CMAKE_TAR="cmake-3.27.5-linux-x86_64.tar.gz"
RUN apt-get update && apt-get install -y --no-install-recommends wget curl g++ gcc ca-certificates\
make ccache python3-dev gfortran python3-setuptools swig libopenblas-dev pip \
&& apt-get remove --purge -y \
Expand Down

0 comments on commit 399ca14

Please sign in to comment.