Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mlampros/singularity_containers
- Owner: mlampros
- License: other
- Created: 2018-07-25T06:30:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-15T13:08:14.000Z (almost 4 years ago)
- Last Synced: 2024-06-13T11:20:09.087Z (7 months ago)
- Topics: jupyter-notebook, python, r, rstudio-server, singularity, singularity-container
- Language: Jupyter Notebook
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)## 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/