Skip to content
This repository was archived by the owner on Jul 15, 2024. It is now read-only.

Commit 929aa36

Browse files
committed
Put tutorial notebooks in sub-directory
1 parent 9fd1349 commit 929aa36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ RUN pip install --no-cache --upgrade pip \
2727
&& find /usr/local/lib/python3.10/site-packages/ -follow -type f -name '*.pyc' -delete \
2828
&& find /usr/local/lib/python3.10/site-packages/ -follow -type f -name '*.js.map' -delete
2929

30-
COPY --chown=${NB_UID} examples ${HOME}
31-
COPY --chown=${NB_UID} tutorial ${HOME}
30+
COPY --chown=${NB_UID} examples ${HOME}/examples
31+
COPY --chown=${NB_UID} tutorial ${HOME}/tutorial
3232

3333
USER ${USER}
3434
WORKDIR ${HOME}

0 commit comments

Comments
 (0)