From a1c0d855e51f83434b43a32b7e43572d5f78653e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Jes=C3=BAs?= Date: Wed, 15 Nov 2023 13:40:59 +0100 Subject: [PATCH] feat (JupyterHub): New Dockerfile build. --- jupyterhub/tensorflow-gpu/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/jupyterhub/tensorflow-gpu/Dockerfile b/jupyterhub/tensorflow-gpu/Dockerfile index 759cc53..4f6d361 100644 --- a/jupyterhub/tensorflow-gpu/Dockerfile +++ b/jupyterhub/tensorflow-gpu/Dockerfile @@ -125,7 +125,6 @@ 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 -COPY --chown="${NB_UID}:${NB_GID}" initial-condarc "${CONDA_DIR}/.condarc" WORKDIR /tmp RUN set -x && \ arch=$(uname -m) && \