Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JRWallace committed Mar 11, 2024
1 parent ab1a16c commit 02314b9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions metadata/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
FROM ghcr.io/compbiocore/bootcamp_scrna:mar_11_12-59-05_2024
RUN R -e "install.packages(c('maps'),repos = 'http://cran.rstudio.com/',ask = FALSE)"
RUN R -e "install.packages(c('pillar'),repos = 'http://cran.rstudio.com/',ask = FALSE)"
RUN R -e "install.packages(c('gridExtra'),repos = 'http://cran.rstudio.com/',ask = FALSE)"
RUN R -e "install.packages(c('metap'),repos = 'http://cran.rstudio.com/',ask = FALSE)"
RUN R -e "install.packages(c('arrow'),repos = 'http://cran.rstudio.com/',ask = FALSE)"
RUN R -e "install.packages(c('RcppArmadillo'),repos = 'http://cran.rstudio.com/',ask = FALSE)"
RUN R -e "install.packages(c('deldir'),repos = 'http://cran.rstudio.com/',ask = FALSE)"
RUN R -e "install.packages(c('Seurat'),repos = 'http://cran.rstudio.com/',ask = FALSE)"
RUN R -e "install.packages(c('hdf5r'),repos = 'http://cran.rstudio.com/',ask = FALSE)"
RUN R -e "install.packages(c('patchwork'),repos = 'http://cran.rstudio.com/',ask = FALSE)"
RUN R -e "install.packages(c('tidyverse'),repos = 'http://cran.rstudio.com/',ask = FALSE)"
RUN R -e "install.packages(c('ggrepel'),repos = 'http://cran.rstudio.com/',ask = FALSE)"
RUN R -e "install.packages(c('sctransform'),repos = 'http://cran.rstudio.com/',ask = FALSE)"
RUN R -e "install.packages(c('remotes'),repos = 'http://cran.rstudio.com/',ask = FALSE)"
RUN R -e "install.packages(c('knitr'),repos = 'http://cran.rstudio.com/',ask = FALSE)"
RUN R -e "install.packages(c('kableExtra'),repos = 'http://cran.rstudio.com/',ask = FALSE)"
RUN R -e "install.packages(c('stringr'),repos = 'http://cran.rstudio.com/',ask = FALSE)"
RUN R -e "install.packages(c('plotly'),repos = 'http://cran.rstudio.com/',ask = FALSE)"
RUN R -e "install.packages(c('viridis'),repos = 'http://cran.rstudio.com/',ask = FALSE)"
RUN R -e "install.packages(c('parallel'),repos = 'http://cran.rstudio.com/',ask = FALSE)"
RUN R -e "install.packages(c('pdftools'),repos = 'http://cran.rstudio.com/',ask = FALSE)"
RUN R -e "install.packages(c('openxlsx'),repos = 'http://cran.rstudio.com/',ask = FALSE)"
RUN R -e "install.packages(c('tesseract'),repos = 'http://cran.rstudio.com/',ask = FALSE)"

0 comments on commit 02314b9

Please sign in to comment.