Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
yufree authored May 13, 2024
1 parent 926b596 commit 37af8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepspace/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ FROM rocker/geospatial:latest
MAINTAINER "Miao Yu" [email protected]

RUN apt-get update \
&& R -e "BiocManager::install(c('duckdb','RNetCDF','Cardinal','CardinalWorkflows','RNiftyReg','ClusterR','purrr','imager','umap','Rtsne','Matrix','igraph','tidygraph','ggraph','reshape2','dbscan','MALDIquantForeign','fpc','future','patchwork','ggridges','pheatmap','distances','ropls'))" \
&& installGithub.r \
yufree/rmwf \
yufree/enviGCMS \
yufree/pmd \
nhpatterson/RegCombIMS \
michalsta/opentims/opentimsr \
yufree/HiTMaP \
&& R -e "BiocManager::install(c('duckdb','RNetCDF','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.3.0/SimpleITK_2.3.0_R_x86_64-pc-linux-gnu.tar.gz',build=F)" \
&& rm -rf /tmp/downloaded_packages \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 37af8cc

Please sign in to comment.