From e44ad19e3c14f0820716c6396f5e30c7a9270d9a Mon Sep 17 00:00:00 2001 From: Amin Adibi Date: Thu, 14 Oct 2021 18:22:10 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8dcefaa..ee933aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,10 @@ FROM opencpu/base +RUN add-apt-repository ppa:marutter/rrutter4.0 +RUN add-apt-repository ppa:c2d4u.team/c2d4u4.0+ +RUN apt update +RUN apt install r-cran-rstan +RUN apt-get install -y libv8-dev + RUN R -e 'install.packages("rredis")' RUN R -e 'install.packages("rstantools")' RUN R -e 'remotes::install_github("aminadibi/covidseir")'