Skip to content

Commit

Permalink
-y added
Browse files Browse the repository at this point in the history
  • Loading branch information
aminadibi authored Oct 15, 2021
1 parent fea26ab commit 4eab59b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ 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 install -y 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 4eab59b

Please sign in to comment.