Skip to content

Commit 91bf367

Browse files
committed
cmake 3.21.3
1 parent 8b4b0b2 commit 91bf367

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

cuda11_4/Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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)