test
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
maltegrosse 2023-01-24 15:05:45 +01:00
parent 905c62a11b
commit bd984ae9d9
1 changed files with 1 additions and 1 deletions

View File

@ -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) && \