Skip to content
Prev 6643 / 21312 Next

[Bioc-devel] PPA with built bioconductor packages (for continuous integration)

----- Original Message -----
This sounds to me like a pretty good use case for docker/rocker. We just need to define what packages should be installed on a given image; I don't think we want the images to be too big (unlike the AMI). The images could be rebuilt daily. So you'd still need to download the diffs from the previous image but I imagine this would take less time than building those packages from source.

Dan