Skip to content

Commit 022dcf5

Browse files
authored
Update Dockerfile
1 parent 6cba102 commit 022dcf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ RUN install2.r --error \
9797
tidyterra \
9898
xts \
9999
## install cmdstanr - note the path below is important for loading library in container
100-
RUN R -e "remotes::install_github('stan-dev/cmdstanr')"
101-
RUN R -e "install.packages('cmdstanr', repos = c('https://mc-stan.org/r-packages/', getOption('repos')))"
100+
## RUN R -e "remotes::install_github('stan-dev/cmdstanr')"
101+
RUN R -e "install.packages('cmdstanr', repos = c('https://stan-dev.r-universe.dev', getOption('repos')))"
102102
RUN R -e "dir.create('/home/rstudio/.cmdstanr', recursive=T); cmdstanr::install_cmdstan(dir='/home/rstudio/.cmdstanr')"
103103
RUN R -e "webshot::install_phantomjs()" # to make png's from html output
104104
RUN R -e "devtools::install_github("JoshOBrien/gdalUtilities")

0 commit comments

Comments
 (0)