Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mlampros/singularity_containers

Singularity container image files
https://github.com/mlampros/singularity_containers

jupyter-notebook python r rstudio-server singularity singularity-container

Last synced: 24 days ago
JSON representation

Singularity container image files

Awesome Lists containing this project

README

        

[![https://www.singularity-hub.org/static/img/hosted-singularity--hub-%23e32929.svg](https://www.singularity-hub.org/static/img/hosted-singularity--hub-%23e32929.svg)](https://singularity-hub.org/collections/1321)
[![GitHub License](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT)
Buy Me A Coffee

## Singularity containers

This Github repository maintains *Singularity* image files for R or Python packages which are difficult to configure / set-up on an operating system other than Linux. My main purpose of utilizing Singularity is that packages I currently maintain (*RGF*, *nmslibR*, *fuzzywuzzyR*) can take a great amount of time to install and might lead to operating system problems. Taking advantage of the Singularity images a user can work from within the *Rstudio IDE* (port 8787) in case of R or from within a *Jupyter notebook* (port 8888) in case of Python. The images can be pulled / built either locally or in a cloud instance. I wrote a [blog-post](http://mlampros.github.io/2018/07/26/singularity_containers/) explaining how it works in R and Python.

Singularity is a container solution similar to [docker](https://www.docker.com/). More information can be found in the [documentation](https://www.sylabs.io/guides/2.5.1/user-guide.pdf) and in the *References* that I included in the README.md file.

**References** :

* https://github.com/singularityhub
* https://vsoch.github.io/
* https://github.com/nickjer/singularity-rstudio
* https://github.com/nickjer/singularity-r
* https://bwlewis.github.io/r-and-singularity/