File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ FROM nvidia/cuda:11.4.1-devel-ubuntu20.04
1010ENV DEBIAN_FRONTEND=noninteractive
1111
1212RUN 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
2929ENV CPATH /usr/local/cuda-11.4/include
You can’t perform that action at this time.
0 commit comments