Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yufree committed Dec 20, 2023
1 parent 35eda30 commit ffcd55e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions deepspace/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,13 @@ FROM rocker/geospatial:latest
MAINTAINER "Miao Yu" [email protected]

RUN apt-get update \
&& R -e "BiocManager::install(c('Cardinal','CardinalWorkflows','RNiftyReg','ClusterR','purrr','imager','umap','Rtsne','Matrix','igraph','tidygraph','ggraph','opentimsr','reshape2','dbscan','MALDIquantForeign','fpc','future','patchwork','ggridges','pheatmap','distances','ropls'))" \
&& R -e "devtools::install_url('https://github.com/yufree/SimpleITKRInstaller/releases/download/v2.0.0/SimpleITK_2.0.0_R_x86_64-pc-linux-gnu.tar.gz',build=F)" \
&& rm -rf /tmp/downloaded_packages \
&& strip /usr/local/lib/R/site-library/*/libs/* \
&& installGithub.r \
yufree/enviGCMS \
yufree/pmd \
nhpatterson/RegCombIMS \
michalsta/opentims/opentimsr \
&& R -e "BiocManager::install(c('Cardinal','CardinalWorkflows','RNiftyReg','ClusterR','purrr','imager','umap','Rtsne','Matrix','igraph','tidygraph','ggraph','reshape2','dbscan','MALDIquantForeign','fpc','future','patchwork','ggridges','pheatmap','distances','ropls'))" \
&& R -e "devtools::install_url('https://github.com/yufree/SimpleITKRInstaller/releases/download/v2.0.0/SimpleITK_2.0.0_R_x86_64-pc-linux-gnu.tar.gz',build=F)" \
&& rm -rf /tmp/downloaded_packages \
&& rm -rf /var/lib/apt/lists/* \
&& strip /usr/local/lib/R/site-library/*/libs/*
Expand Down

0 comments on commit ffcd55e

Please sign in to comment.