Skip to content

Commit c7f308f

Browse files
authored
Update Dockerfile
1 parent 5f1d328 commit c7f308f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ RUN R -e "install.packages('geotargets', repos = c('https://ropensci.r-universe.
112112
RUN R -e "install.packages('https://gitlab.rrz.uni-hamburg.de/helgejentsch/climdatdownloadr/-/archive/master/climdatdownloadr-master.tar.gz', repos = NULL, type = 'source')"
113113
RUN R -e "webshot::install_phantomjs()" # to make pngs from html output
114114
RUN R -e "devtools::install_github('JoshOBrien/gdalUtilities')"
115-
RUN R -e "system('which python3') && \
116-
reticulate::use_python('/usr/bin/python3') && \
117-
reticulate::py_install('earthengine-api', envname='r-reticulate') && \ #==0.1.370
118-
rgee::ee_install_set_pyenv('/usr/bin/python3','r-reticulate', confirm = F) && \
115+
RUN R -e "system('which python3')
116+
reticulate::use_python('/usr/bin/python3')
117+
reticulate::py_install('earthengine-api', envname='r-reticulate') #==0.1.370
118+
rgee::ee_install_set_pyenv('/usr/bin/python3','r-reticulate', confirm = F)
119119
devtools::install_github(repo = 'bmaitner/rgee', ref = 'noninteractive_auth')"
120120
#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

Comments
 (0)