In this repository, we try to reproduce the results of other repositories, using Dockerfiles for reproducible science.
While the preferred way is contributing the Dockerfiles directly upstream, not all repositories are open to it.
└── repositories
└── GitHub User
├── GitHub Repository
│ ├── Dockerfile
│ └── README.md
├── libraries
│ ├── library
│ │ ├── Dockerfile
│ │ ├── library.md
│ │ └── install_from_source.sh