sacred
sacred copied to clipboard
Usage of captured environment info to initiate a Docker image
It would be a nice feature to use environment metadata captured in run.json (from File Observer) to create DockerImage to ru/rerun experiment.
I was thinking of setting up a virtualenv for that purpose. Maybe just by (ab)using tox.
In principle setting up a docker image should also work. I don't have much experience with docker, but from what I understand you would have to provide a base image and sacred could then install the required packages and run the experiment.