It's annoying to invalidate Docker's cache of R packages
when we change an irrelevant but earlier line in Dockerfile,
e.g. FROM
R packages can live in their own container, and mounted as
necessary.
Even if we build an image with both environment and source
code, I insist in the benefits of building such compound
image from smaller, more reusable pieces.
It's annoying to invalidate Docker's cache of R packages when we change an irrelevant but earlier line in Dockerfile, e.g. FROM
R packages can live in their own container, and mounted as necessary.
Even if we build an image with both environment and source code, I insist in the benefits of building such compound image from smaller, more reusable pieces.