skip to Main Content

I can not load sf in docker

I'm deploying an application (on docker) that is totally dependent on sf but I'm having trouble loading it into docker : FROM rocker/shiny #Make a directory in the container RUN mkdir /home/shiny-app RUN R -e "install.packages('sf')" RUN R -e "library('sf')"…

VIEW QUESTION
Back To Top
Search