Browse Source

binder badge

refactoring
hannah 4 years ago
committed by Matthias Volk
parent
commit
3b73800008
No known key found for this signature in database GPG Key ID: 83A57678F739FCD3
  1. 6
      Dockerfile

6
Dockerfile

@ -38,6 +38,6 @@ RUN pip install --no-cache-dir notebook==5.7.9
# Copy files for notebooks
##########
RUN mkdir notebooks
#COPY doc/source/*.ipynb notebooks/
COPY doc/source/doc/*.ipynb notebooks/
RUN mkdir doc
#COPY doc/source/*.ipynb doc
COPY doc/source/doc/*.ipynb doc
Loading…
Cancel
Save