Skip to content

Commit

Permalink
roll back docker to only python
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Apr 21, 2020
1 parent 6a0594c commit 771fb62
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,3 @@ RUN apt-get update \

RUN pip3 install gssurgo

RUN Rscript -e "install.packages(c('devtools','knitr','rmarkdown','RCurl'), repos = 'https://cran.rstudio.com')"

RUN Rscript -e "devtools::install_github(c('mikejohnson51/HydroData', 'cont-limno/LAGOSNEgis'))"

RUN Rscript -e "install.packages(c('dplyr', 'cowplot', 'sf', 'ggplot2'), repos = 'https://cran.rstudio.com')"

RUN Rscript -e "install.packages(c('kableExtra', 'lwgeom'), repos = 'https://cran.rstudio.com')"

WORKDIR ~/

RUN git clone https://github.com/CNHlakes/beyond_land_use.git

RUN cd beyond_land_use

RUN Rscript -e "remotes::install_cran('brms', force = FALSE)"

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
p7zip-full

RUN Rscript -e "install.packages(c('nhdR'), repos = 'https://cran.rstudio.com')"

RUN Rscript -e "install.packages(c('FedData', 'assertr', 'cdlTools', 'unpivotr'), repos = 'https://cran.rstudio.com')"

RUN Rscript -e "install.packages(c('snakecase', 'tidybayes'), repos = 'https://cran.rstudio.com')"

0 comments on commit 771fb62

Please sign in to comment.