diff --git a/ubuntu2204_cuda/Dockerfile b/ubuntu2204_cuda/Dockerfile new file mode 100644 index 0000000..e2cdcd9 --- /dev/null +++ b/ubuntu2204_cuda/Dockerfile @@ -0,0 +1,33 @@ +# Docker machinery, part of the ACTS project +# +# (c) 2024 CERN for the benefit of the ACTS project +# +# Mozilla Public License Version 2.0 + +# Start from the (at the time of writing) latest Acts Ubuntu 22.04 image. +FROM ghcr.io/acts-project/ubuntu2204:v47 + +# Some description for the image. +LABEL description="Ubuntu 22.04 with Acts dependencies and CUDA" +LABEL maintainer="Stephen Nicholas Swatman