Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion containers/dockerfile/Dockerfile.jvm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM rockylinux:8
ARG MINIFORGE_VERSION=24.9.2-0
ARG CMAKE_VERSION=3.31.2
ARG MAVEN_VERSION=3.9.14
ARG MAVEN_VERSION=3.9.15

SHELL ["/bin/bash", "-c"]

Expand Down
2 changes: 1 addition & 1 deletion containers/dockerfile/Dockerfile.jvm_gpu_build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG CUDA_VERSION
ARG NCCL_VERSION
ARG MINIFORGE_VERSION=24.9.2-0
ARG CMAKE_VERSION=3.31.2
ARG MAVEN_VERSION=3.9.14
ARG MAVEN_VERSION=3.9.15

SHELL ["/bin/bash", "-c"]

Expand Down