-
[Reprozip](https://www.reprozip.org/) is a project for packaging experiments with all their dependencies in a distributable way. It has a tool named `reprounzip` for repeating such packaged experiment…
-
Hi, nice working in creating this prototype!
I was trying to follow the instructions for doing the recording + packing option:
```
reprounzip dj live-record http://localhost:3000 /path/to/target
…
-
There are issues with `--packages package`. Get 100% coverage to make sure this all works.
-
Hi! I work on the ReproZip project and your mention showed up in search. Thanks for trying it out!
I don't want to intrude, but a note in your [README.md](https://github.com/comses/reproducible-mod…
-
Euan Cochrane on twitter made the good point that our installation instructions for Linux are a tad less descriptive than our installation instructions for other OSs.
Things we could add that migh…
-
https://github.com/VIDA-NYU/reprozip/blob/94eda56d66291d0210e10538b3fe48987c243bfa/docs/man/reprozip.1#L65-L70
https://github.com/VIDA-NYU/reprozip/blob/94eda56d66291d0210e10538b3fe48987c243bfa/docs/…
-
By placing the run command in a script in the container instead of passing it to "docker run", it should be usable as ENTRYPOINT. Then you get a minimal Docker image that runs your experiment.
(note:…
-
Create reference pages for each command, like Docker [does](https://docs.docker.com/engine/reference/commandline/run/).
Should probably be both in the HTML docs and man pages (`man 1 reprounzip-vagra…
-
Hello,
Regarding `reprounzip docker`, you can achieve smaller image sizes by copying over the untarred `DATA` directory instead of copying and then extracting `data.tgz`. The delta image size is th…
-
According to @VickySteeves Singularity is now quite common on HPC clusters. I checked and NYU's new cluster, Prince, has singularity 2.3.1 available.
We should write an unpacker for reprounzip that…