Skip to content

New python install script + metainfos

Adam Fekete requested to merge new_python_install into master

Tutorials:

  • In the end, I decided to include everything (notebook, sample data) into the same docker image. This way the size the image becomes slightly larger but it still seems a better solution than sharing the data by NFS. (NOTE: Currently face-of-crystal tutorial has been ignored due to its huge size)
  • The main idea behind the structure of the Dockerfile is to install all the important/common packages at the beginning (if it is possible by using conda) and then each package can install its own specific packages using the python setup script. In this way, each tutorial is quasi-independent from each other.
  • I added the setup.py file to each tutorial. In this way, we can add tutorial-specific dependencies. https://gitlab.mpcdf.mpg.de/nomad-lab/analytics-tutorial-template

Merge request reports