Skip to content

Commit 28eeaf2

Browse files
authored
Update Dockerfile
1 parent e5fdcad commit 28eeaf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ RUN R -e "dir.create('/home/rstudio/.cmdstanr', recursive=T); cmdstanr::install_
103103
RUN R -e "remotes::install_github('ropensci/stantargets')"
104104
RUN R -e "install.packages('geotargets', repos = c('https://ropensci.r-universe.dev', 'https://cran.r-project.org'))"
105105
RUN R -e "install.packages('https://gitlab.rrz.uni-hamburg.de/helgejentsch/climdatdownloadr/-/archive/master/climdatdownloadr-master.tar.gz', repos = NULL, type = 'source')"
106-
RUN R -e "webshot::install_phantomjs()" # to make png's from html output
106+
RUN R -e "webshot::install_phantomjs()" # to make pngs from html output
107107
RUN R -e "devtools::install_github('JoshOBrien/gdalUtilities')"
108108
RUN R -e "reticulate::py_discover_config()" # print current status
109-
RUN R -e "reticulate::py_config()" \ # see the name of your conda (python) environment, in my case "r-reticulate"
109+
RUN R -e "reticulate::py_config()" # see the name of your conda (python) environment, in my case "r-reticulate"
110110
RUN R -e "reticulate::py_install('earthengine-api', envname='r-reticulate') #==0.1.370
111111
# Check the installation of "earthengine-api" with
112112
RUN R -e "reticulate::py_list_packages()

0 commit comments

Comments
 (0)