test
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
40696b85f7
commit
16da0d1e36
|
@ -97,6 +97,7 @@ RUN mkdir "/home/${NB_USER}/work" && \
|
||||||
# Correct permissions
|
# Correct permissions
|
||||||
# Do all this in a single RUN command to avoid duplicating all of the
|
# Do all this in a single RUN command to avoid duplicating all of the
|
||||||
# files across image layers when the permissions change
|
# files across image layers when the permissions change
|
||||||
|
RUN ls
|
||||||
COPY --chown="${NB_UID}:${NB_GID}" ./initial-condarc "${CONDA_DIR}/.condarc"
|
COPY --chown="${NB_UID}:${NB_GID}" ./initial-condarc "${CONDA_DIR}/.condarc"
|
||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
RUN set -x && \
|
RUN set -x && \
|
||||||
|
|
Loading…
Reference in New Issue