From 5205b7c55705f06f02d1a014a4fb6d91ac97834c Mon Sep 17 00:00:00 2001 From: Konstantin Dobler Date: Tue, 7 Nov 2023 10:19:40 +0100 Subject: [PATCH] trigger job --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index d526ed0..f414e78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,6 +57,8 @@ COPY ppc64le.conda-lock.yml /locks/conda-lock.yml # ----------------- ARG TARGETARCH FROM ${TARGETARCH}${OS_SELECTOR} as nvidia-cuda-with-micromamba + +# --------- # From https://github.com/mamba-org/micromamba-docker#adding-micromamba-to-an-existing-docker-image # The commands below add micromamba to an existing image to give the capability to ad-hoc install new dependencies USER root @@ -93,6 +95,7 @@ ENTRYPOINT ["/usr/local/bin/_entrypoint.sh"] # You can modify the CMD statement as needed.... CMD ["/bin/bash"] +# ------------ ############################################################