-
Notifications
You must be signed in to change notification settings - Fork 27
Description
Having reproducible code is a pre-requisite and a hard dependency to having reproducible science. Having a container built specific to a git hash (ideally with pinned packages) will help in this.
However, in the first instance a softer requirement may be to just have reasonably pinned system packages as a start. This is more suited for development (rather than production) where the overarching interfacing software may be able to change slightly.
I already have this implemented at 90%. I just need to port it here and test it on the tutorials.
Eventually, this should turn into a CI process that a developer can pull and run.
This issue will be split into sub issues accordingly
Important
This is not an urgent priority - I'm just organising notes when it needs to be tackled.