Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
audiracmichelle authored Feb 16, 2021
1 parent b9a4242 commit 34ccc6c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
FROM rocker/rstudio:3.4.0
FROM rocker/tidyverse:3.3.1

# Install
RUN install2.r --error --deps TRUE \
here \
&& rm -rf /tmp/downloaded_packages/ /tmp/*.rds

# Install splitr
RUN R -e "devtools::install_github('rich-iannone/splitr')"

#RUN install2.r --error --deps TRUE \
#here \
#&& rm -rf /tmp/downloaded_packages/ /tmp/*.rds
#sudo apt-get install gcc-7 g++-7
#sudo apt-get install gfortran-7
#sudo apt-get install gfortran-7

0 comments on commit 34ccc6c

Please sign in to comment.