@rnunez-IDM and I were wondering if we could install the local r packages during the docker image build. I'm thinking that if the issue is installing something from within the image itself, we can instead install from github with devtools::install_github(...). Thoughts on this? It's become an issue as we've got a new person working, and my old habit of keeping an image up for months isn't ideal. Thanks!
@rnunez-IDM and I were wondering if we could install the local r packages during the docker image build. I'm thinking that if the issue is installing something from within the image itself, we can instead install from github with
devtools::install_github(...). Thoughts on this? It's become an issue as we've got a new person working, and my old habit of keeping an image up for months isn't ideal. Thanks!