Skip to content

Commit edcb8aa

Browse files
committed
Remove COPY
1 parent 0aad780 commit edcb8aa

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ RUN mamba env update -n base -f /tmp/environment.yml && \
4141
RUN mkdir -p ${HOME}/.ipython/profile_default
4242
COPY --chown=${NB_UID}:${NB_GID} binder/ipython_config.py ${HOME}/.ipython/profile_default/
4343

44-
# Copy the repository late in the build process
45-
# RUN mkdir -p ${REPO}
46-
# COPY --chown=${NB_UID}:${NB_GID} . ${REPO}/
47-
4844
# Set the working directory to the repository
4945
WORKDIR ${REPO}
5046

0 commit comments

Comments
 (0)