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
Copy file name to clipboardExpand all lines: Dockerfile
+1-12Lines changed: 1 addition & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -112,16 +112,5 @@ RUN R -e "install.packages('geotargets', repos = c('https://ropensci.r-universe.
112
112
RUN R -e "install.packages('https://gitlab.rrz.uni-hamburg.de/helgejentsch/climdatdownloadr/-/archive/master/climdatdownloadr-master.tar.gz', repos = NULL, type = 'source')"
113
113
RUN R -e "webshot::install_phantomjs()" # to make pngs from html output
114
114
RUN R -e "devtools::install_github('JoshOBrien/gdalUtilities')"
115
-
RUN which python3 #report on current location
116
-
RUN R -e "reticulate::use_python('/usr/bin/python3') \ # set up rgee
117
-
reticulate::py_discover_config() \ # print current status
118
-
reticulate::py_config() \ # see the name of your conda (python) environment, in my case 'r-reticulate'
#RUN R -e "reticulate::py_install(packages = c(sprintf('earthengine-api==%s',rgee::ee_version())), envname = Sys.getenv('EARTHENGINE_ENV'))" # rgee::ee_install_upgrade() without menu
0 commit comments