Skip to content

Commit 933fd99

Browse files
Binder fixed
1 parent 8e3e3e5 commit 933fd99

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
# Add code
1212
!src
13+
!binder
1314

1415
# Ignore caches
1516
**/.mypy_cache

binder/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN adduser --disabled-password \
2121
--uid ${NB_UID} \
2222
${NB_USER}
2323

24-
RUN cp /tmp/pymavryk/binder/*.ipynb ${HOME}/
24+
COPY binder/*.ipynb ${HOME}/
2525
RUN chown -R ${NB_USER}:${NB_USER} ${HOME}/
2626

2727
WORKDIR ${HOME}

0 commit comments

Comments
 (0)