File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ARG CUDA_VERSION=13.0.2
66FROM nvidia/cuda:${CUDA_VERSION}-devel-${OS} AS base
77
88ARG OPTIX_VERSION=9.0.0
9- ARG GEANT4_VERSION=11.3.2
9+ ARG GEANT4_VERSION=11.4.1
1010ARG CMAKE_VERSION=4.2.1
1111ARG CMAKE_BUILD_JOBS
1212
@@ -28,7 +28,7 @@ RUN apt update \
2828RUN curl -fsSL https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-linux-x86_64.tar.gz \
2929 | tar -xz --strip-components=1 -C /usr/local
3030
31- RUN mkdir -p /opt/clhep/src && curl -sL https://gitlab.cern.ch/CLHEP/CLHEP/-/archive/CLHEP_2_4_7_1 /CLHEP-CLHEP_2_4_7_1 .tar.gz | tar -xz --strip-components 1 -C /opt/clhep/src \
31+ RUN mkdir -p /opt/clhep/src && curl -sL https://gitlab.cern.ch/CLHEP/CLHEP/-/archive/CLHEP_2_4_7_2 /CLHEP-CLHEP_2_4_7_2 .tar.gz | tar -xz --strip-components 1 -C /opt/clhep/src \
3232 && cmake -S /opt/clhep/src -B /opt/clhep/build \
3333 && cmake --build /opt/clhep/build --parallel "${CMAKE_BUILD_JOBS:-$(nproc)}" --target install \
3434 && rm -fr /opt/clhep
You can’t perform that action at this time.
0 commit comments