Reorganising build.gradle for CUDA 12

Signed-off-by: brian <brian@brutex.de>
CUDA12
Brian Rosenberger 2023-08-28 10:29:35 +02:00
parent 97bf5b9baa
commit c29d7172d3
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ RUN apt-get update && apt-get upgrade -y && \
# ./bootstrap && make && make install
RUN wget -nv https://github.com/Kitware/CMake/releases/download/v3.27.2/cmake-3.27.2-linux-x86_64.sh && \
mkdir /opt/cmake && sh ./cmake-3.27.2-linux-x86_64.sh --skip-license --prefix=/opt/cmake && ln -s /opt/cmake/bin/cmake /usr/bin/cmake && \
rm cmake-3.27.2-linux-x86_64.sh
rm cmake-3.27.2-linux-x86_64.sh \
RUN ln -s /usr/bin/make /usr/bin/gmake
RUN echo "nameserver 8.8.8.8" >> /etc/resolv.conf