We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20531cb commit c978fe6Copy full SHA for c978fe6
Dockerfile
@@ -118,7 +118,7 @@ RUN R -e "devtools::install_github('JoshOBrien/gdalUtilities')"
118
RUN R -e "library(rgee); \
119
HOME <- Sys.getenv('HOME'); \
120
reticulate::install_miniconda(); \
121
- reticulate::conda_install(packages='ncurses'); \
+ system('find . -name \'libtinfo*\''); \
122
system('curl -sSL https://sdk.cloud.google.com | bash'); \
123
Sys.setenv('RETICULATE_PYTHON' = sprintf('/root/.local/share/r-miniconda/bin/python3', HOME)); \
124
Sys.setenv('EARTHENGINE_GCLOUD' = sprintf('%s/google-cloud-sdk/bin/', HOME)); \
0 commit comments