Skip to content

Commit cf4fbe5

Browse files
committed
Update pythonr image
1 parent 20e79a2 commit cf4fbe5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonr/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ RUN mkdir -p /etc/R
2929
RUN echo 'options(repos = c(CRAN = "https://packagemanager.rstudio.com/all/latest"))' > /etc/R/Rprofile.site
3030
RUN echo 'options(Ncpus = parallel::detectCores())' >> /etc/R/Rprofile.site
3131
# Install sf:
32-
RUN R -e "install.packages('sf')"
32+
RUN R -e "install.packages('sf', repos = 'https://cloud.r-project.org')"
3333
# Install geocompx:
34-
RUN R -e "install.packages('geocompkg', upgrade = TRUE, dependencies = TRUE, force = TRUE, repos = c('https://geocompr.r-universe.dev', 'https://mlr-org.r-universe.dev', 'https://cloud.r-project.org'))"
34+
RUN R -e "install.packages('geocompkg', upgrade = TRUE, dependencies = TRUE, force = TRUE, repos = 'https://cloud.r-project.org')"
3535

3636
# # build the book
3737
# RUN wget https://github.com/geocompx/geocompr/archive/main.zip && \

0 commit comments

Comments
 (0)