r-docker-tutorial icon indicating copy to clipboard operation
r-docker-tutorial copied to clipboard

Static files in Dockerfile cannot be loaded

Open doraphan opened this issue 5 years ago • 0 comments

Greetings!!

I am getting stuck in Dockerfile chapter.

My Dockerfile contains 3 commands which are the same as the tutorial: FROM rocker/verse:latest RUN R -e "install.packages('gapminder', repos = 'http://cran.us.r-project.org')" ADD data/gapminder-FiveYearData.csv /home/rstudio/

However, I failed to see the gapminder dataset on the Rstudio run by Docker. I am using Windows and wonder if the directory path needs to be modified.

Please help me with it

doraphan avatar Sep 24 '20 08:09 doraphan