Skip to content

Commit c978fe6

Browse files
authored
Update Dockerfile
1 parent 20531cb commit c978fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ RUN R -e "devtools::install_github('JoshOBrien/gdalUtilities')"
118118
RUN R -e "library(rgee); \
119119
HOME <- Sys.getenv('HOME'); \
120120
reticulate::install_miniconda(); \
121-
reticulate::conda_install(packages='ncurses'); \
121+
system('find . -name \'libtinfo*\''); \
122122
system('curl -sSL https://sdk.cloud.google.com | bash'); \
123123
Sys.setenv('RETICULATE_PYTHON' = sprintf('/root/.local/share/r-miniconda/bin/python3', HOME)); \
124124
Sys.setenv('EARTHENGINE_GCLOUD' = sprintf('%s/google-cloud-sdk/bin/', HOME)); \

0 commit comments

Comments
 (0)