Skip to content

Singularity image to serve as base for all project images. Defaults to starting up RStudio with an auto-selected port and password

License

Notifications You must be signed in to change notification settings

DrorSh/singularity-rstudio-base

 
 

Repository files navigation

Based on https://github.com/granek/singularity-rstudio-base

Changed CRAN repository to timestamped version (2020-12-15)

Build

singularity build --fakeroot rstudio.sif Singularity.4.0.3

Run

mkdir mytmp myrun
singularity run --home /home/drorsh/dev/RStudio:/home/drorsh --bind mytmp:/tmp --bind myrun:/run --bind /home/drorsh/Projects:/home/drorsh/Projects rstudio.sif 

About

Singularity image to serve as base for all project images. Defaults to starting up RStudio with an auto-selected port and password

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 53.4%
  • Python 46.6%