nuest / ten-simple-rules-dockerfiles

Ten Simple Rules for Writing Dockerfiles for Reproducible Data Science
https://doi.org/10.1371/journal.pcbi.1008316
Creative Commons Attribution 4.0 International
61 stars 15 forks source link

Content beyond the paper #91

Open nuest opened 4 years ago

nuest commented 4 years ago

I just came across an interesting and educational discussion on GitHub on how to best install Python for data science. Maybe we need to start a Wiki or website with all the stuff that cannot make it into the paper, so I'll collect that information here. Contributions welcome!

vsoch commented 4 years ago

@nuest I added a comment here https://github.com/rocker-org/binder/pull/39#issuecomment-648281667 and I'm not sure if you were thinking about this, but it would be a fun project to actually do what I suggested, e.g.,

  1. come up with list of general things people do in containers
  2. find recipes in the wild that do them, reduce to dummy examples (e.g. "just installing pythong)
  3. come up with some criteria to rank on (size, speed, usability, etc.)
  4. have different categories and then best practices to go along

Warranted that things change, this still feels like it would be potentially useful or fun!