Browse Source

modified Dockerfile

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

4
Dockerfile

@ -39,5 +39,5 @@ RUN pip install --no-cache-dir notebook==5.7.9
##########
RUN mkdir notebooks
#COPY source/*.ipynb notebooks/
COPY source/doc/*.ipynb notebooks/
#COPY doc/source/*.ipynb notebooks/
COPY doc/source/doc/*.ipynb notebooks/
Loading…
Cancel
Save