Skip to content

Commit

Permalink
Update base docker file for nvhpc
Browse files Browse the repository at this point in the history
  • Loading branch information
crtrott committed Aug 25, 2023
1 parent d5573d7 commit 6dd9321
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .jenkins
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ pipeline {
dockerfile {
filename 'Dockerfile.nvhpc'
dir 'scripts/docker'
additionalBuildArgs '--build-arg BASE=nvcr.io/nvidia/nvhpc:23.7-devel-cuda12.2-ubuntu20.04'
label 'nvidia-docker && volta && large_images'
args '--env NVIDIA_VISIBLE_DEVICES=$NVIDIA_VISIBLE_DEVICES'
}
Expand All @@ -59,7 +58,6 @@ pipeline {
dockerfile {
filename 'Dockerfile.nvhpc'
dir 'scripts/docker'
additionalBuildArgs '--build-arg BASE=nvcr.io/nvidia/nvhpc:23.7-devel-cuda12.2-ubuntu20.04'
label 'nvidia-docker && large_images && volta'
args '-v /tmp/ccache.kokkos:/tmp/ccache --env NVIDIA_VISIBLE_DEVICES=$NVIDIA_VISIBLE_DEVICES'
}
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/Dockerfile.nvhpc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE=nvcr.io/nvidia/nvhpc:22.3-devel-cuda11.6-ubuntu20.04
ARG BASE=nvcr.io/nvidia/nvhpc:23.7-devel-cuda12.2-ubuntu20.04
FROM $BASE

RUN KEYDUMP_URL=https://cloud.cees.ornl.gov/download && \
Expand Down

0 comments on commit 6dd9321

Please sign in to comment.