From 905c62a11bf35680299ef2f209f0646e517695b8 Mon Sep 17 00:00:00 2001 From: maltegrosse Date: Tue, 24 Jan 2023 15:04:28 +0100 Subject: [PATCH] test --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 14e76df..4bdd81d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -97,7 +97,7 @@ RUN mkdir "/home/${NB_USER}/work" && \ # Correct permissions # Do all this in a single RUN command to avoid duplicating all of the # files across image layers when the permissions change -RUN ls +RUN sleep 120 COPY --chown="${NB_UID}:${NB_GID}" ./initial-condarc "${CONDA_DIR}/.condarc" WORKDIR /tmp RUN set -x && \