question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for reprozip

See original GitHub issue

ReproZip 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:

  1. Figure out how to tell repo2docker that it’s dealing with a rpz file (related to #102 refactoring maybe?)
  2. Call out into reprozip-docker to produce a docker image

This should help us support rpz files in binderhub easily.

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
manicscommented, May 17, 2021

Is this still on the wish list?

0reactions
yuvipandacommented, May 21, 2019

What is a possible next step here? 😃

Read more comments on GitHub >

github_iconTop 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
By​​adding​​ReproZip​​to​​the​​curriculum​​of​​data​​services​​department​​workshops,​​and​​to​​the​​list​​of supported​​software ...
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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found