Skip to content

Commit

Permalink
Revert "Update image version"
Browse files Browse the repository at this point in the history
This reverts commit cb86fc0.
  • Loading branch information
TLCFEM committed Sep 6, 2024
1 parent cb86fc0 commit 6eb614d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Script/Rocky.CUDA.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN cd suanPan/build && cp suanPan*.rpm / && \
cd suanPan-linux-mkl-vtk/bin && ./suanPan.sh -v && \
cd / && ls -al && rm -r suanPan

FROM nvidia/cuda:12.6.1-runtime-rockylinux9
FROM nvidia/cuda:12.5.1-runtime-rockylinux9

COPY --from=build /suanPan*.rpm /

Expand Down
2 changes: 1 addition & 1 deletion Script/Rocky.Pre.CUDA.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Compared to the Rocky.Pre.Dockerfile, it adds the CUDA toolkit.
# If you need the GPU related solvers, you should use this Dockerfile.

FROM nvidia/cuda:12.6.1-devel-rockylinux9
FROM nvidia/cuda:12.5.1-devel-rockylinux9

RUN dnf install -y dnf-plugins-core
RUN dnf config-manager --enable crb
Expand Down

0 comments on commit 6eb614d

Please sign in to comment.