Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
yufree committed Oct 26, 2023
1 parent 616c176 commit 5fc60b0
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,7 +2,7 @@ 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'))" \
&& 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'))" \
&& 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)" \
&& R -e "devtools::install_github('sslakkimsetty/msireg',dependencies=F)" \
&& rm -rf /tmp/downloaded_packages \
Expand Down

0 comments on commit 5fc60b0

Please sign in to comment.