Currently the docker build command uses always '--no-cache' This make the overall run time eventualy very slow, as on each run all R dependencies nned to be intalled. I propose to make this configurable with a parametert to drender. I'll send a PR.
Currently the docker build command uses always '--no-cache'
This make the overall run time eventualy very slow, as on each run all R dependencies nned to be intalled.
I propose to make this configurable with a parametert to drender.
I'll send a PR.