Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aminadibi authored Oct 15, 2021
1 parent fcaa7f1 commit e44ad19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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")'
Expand Down

0 comments on commit e44ad19

Please sign in to comment.