sacred icon indicating copy to clipboard operation
sacred copied to clipboard

Usage of captured environment info to initiate a Docker image

Open Evgeny7777 opened this issue 8 years ago • 1 comments

It would be a nice feature to use environment metadata captured in run.json (from File Observer) to create DockerImage to ru/rerun experiment.

Evgeny7777 avatar Mar 03 '17 11:03 Evgeny7777

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.

Qwlouse avatar Mar 06 '17 17:03 Qwlouse