Skip to content

Commit 46d2772

Browse files
Change maintainer in kokkosparallel docker
Signed-off-by: Philip Oesterle-Pekrun <philipoesterlepekrun@gmail.com>
1 parent dca354f commit 46d2772

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker/kokkosparallel/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77

88
ARG BASE_IMAGE=nvidia/cuda:12.8.1-devel-ubuntu24.04
99
FROM ${BASE_IMAGE}
10-
LABEL org.opencontainers.image.description="Image containing all the dependencies required for building and testing 4C"
10+
LABEL org.opencontainers.image.description="Image containing all the dependencies required for building and testing 4C with Kokkos' OpenMP and CUDA backends"
1111
LABEL org.4c-multiphysics.project=4C
12+
LABEL maintainer="4C-multiphysics"
1213

1314
# Prevents tzdata asking for user feedback
1415
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)