You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: