Add support for reprozip
See original GitHub issueReproZip is an awesome OSS project that lets users capture dependencies of a computation with syscall capture and turn that into a self contained .rpz
file. This .rpz
file can then be built into a docker image & run!
We should add support for running .rpz files in repo2docker (and hence binderhub). There are two steps:
- Figure out how to tell repo2docker that it’s dealing with a rpz file (related to #102 refactoring maybe?)
- Call out into reprozip-docker to produce a docker image
This should help us support rpz files in binderhub easily.
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
ReproZip Documentation
Welcome to ReproZip's documentation! ReproZip is a tool aimed at simplifying the process of creating reproducible experiments from command-line exe-.
Read more >reprozip - PyPI
ReproZip is a tool aimed at simplifying the process of creating reproducible experiments from command-line executions, a frequently-used common denominator ...
Read more >Using ReproZip for Reproducibility and ... - OSF
ByaddingReproZiptothecurriculumofdataservicesdepartmentworkshops,andtothelistof supportedsoftware ...
Read more >Using Provenance to Support Computational Reproducibility
Because the package is self contained, reviewers need not install any additional software to run the experiments. In addition, ReproZip generates a workflow ......
Read more >(PDF) ReproZip: Using Provenance to Support Computational ...
Because the package is self-contained, reviewers need not install any additional soft-ware to run the experiments. In addition, ReproZip ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Is this still on the wish list?
What is a possible next step here? 😃