VIDA-NYU / reprozip

ReproZip is a tool that simplifies the process of creating reproducible experiments from command-line executions, a frequently-used common denominator in computational science.
https://www.reprozip.org/
BSD 3-Clause "New" or "Revised" License
302 stars 33 forks source link

Use Docker BuildKit's RUN --mount to build images #375

Closed remram44 closed 3 years ago

remram44 commented 3 years ago

This removes the need to copy the tarball inside the image to uncompress it, which lead to the files being in the image twice (once in tarball and once in final location).

This does need Docker to be recent enough to support BuildKit (2018?)