We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3e3e5 commit 933fd99Copy full SHA for 933fd99
.dockerignore
@@ -10,6 +10,7 @@
10
11
# Add code
12
!src
13
+!binder
14
15
# Ignore caches
16
**/.mypy_cache
binder/Dockerfile
@@ -21,7 +21,7 @@ RUN adduser --disabled-password \
21
--uid ${NB_UID} \
22
${NB_USER}
23
24
-RUN cp /tmp/pymavryk/binder/*.ipynb ${HOME}/
+COPY binder/*.ipynb ${HOME}/
25
RUN chown -R ${NB_USER}:${NB_USER} ${HOME}/
26
27
WORKDIR ${HOME}
0 commit comments