Skip to content

Commit 5d0bb9c

Browse files
committed
Merge branch 'ccache' into 'latest'
Add ccache, cmake 3.21.3 See merge request ricos/allgebra!57
2 parents ebf5389 + 91bf367 commit 5d0bb9c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cuda11_4/Dockerfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ FROM nvidia/cuda:11.4.1-devel-ubuntu20.04
1010
ENV DEBIAN_FRONTEND=noninteractive
1111

1212
RUN apt-get update && apt-get install -y \
13-
curl git pkg-config make \
13+
curl git pkg-config make ccache \
1414
libelf-dev ninja-build \
1515
python3 \
1616
git-buildpackage \
@@ -19,11 +19,11 @@ RUN apt-get update && apt-get install -y \
1919
&& apt-get clean \
2020
&& rm -rf /var/lib/apt/lists/*
2121

22-
RUN curl -LO https://github.com/Kitware/CMake/releases/download/v3.20.2/cmake-3.20.2-linux-x86_64.tar.gz \
23-
&& tar xf cmake-3.20.2-linux-x86_64.tar.gz \
24-
&& mv cmake-3.20.2-linux-x86_64/bin/* /usr/bin/ \
25-
&& mv cmake-3.20.2-linux-x86_64/share/cmake-3.20 /usr/share/ \
26-
&& rm -rf cmake-3.20.2-linux-x86_64*
22+
RUN curl -LO https://github.com/Kitware/CMake/releases/download/v3.21.3/cmake-3.21.3-linux-x86_64.tar.gz \
23+
&& tar xf cmake-3.21.3-linux-x86_64.tar.gz \
24+
&& mv cmake-3.21.3-linux-x86_64/bin/* /usr/bin/ \
25+
&& mv cmake-3.21.3-linux-x86_64/share/cmake-3.21 /usr/share/ \
26+
&& rm -rf cmake-3.21.3-linux-x86_64*
2727

2828
# CUDA 11.4 environements
2929
ENV CPATH /usr/local/cuda-11.4/include

0 commit comments

Comments
 (0)