We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aad780 commit edcb8aaCopy full SHA for edcb8aa
1 file changed
Dockerfile
@@ -41,10 +41,6 @@ RUN mamba env update -n base -f /tmp/environment.yml && \
41
RUN mkdir -p ${HOME}/.ipython/profile_default
42
COPY --chown=${NB_UID}:${NB_GID} binder/ipython_config.py ${HOME}/.ipython/profile_default/
43
44
-# Copy the repository late in the build process
45
-# RUN mkdir -p ${REPO}
46
-# COPY --chown=${NB_UID}:${NB_GID} . ${REPO}/
47
-
48
# Set the working directory to the repository
49
WORKDIR ${REPO}
50
0 commit comments