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