https://github.com/singularityhub/singularityhub-archive
Searchable archive for Singularity Hub (2016-2021)
https://github.com/singularityhub/singularityhub-archive
singularity singularity-hub singularityhub
Last synced: 3 months ago
JSON representation
Searchable archive for Singularity Hub (2016-2021)
- Host: GitHub
- URL: https://github.com/singularityhub/singularityhub-archive
- Owner: singularityhub
- License: apache-2.0
- Created: 2021-10-31T18:43:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-31T21:16:52.000Z (over 3 years ago)
- Last Synced: 2025-02-02T23:08:05.040Z (5 months ago)
- Topics: singularity, singularity-hub, singularityhub
- Language: CSS
- Homepage: https://singularityhub.github.io/singularityhub-archive/
- Size: 15.7 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Singularity Hub UI
This is a small search interface to allow you to search over the image names and Singularity recipe
contents of the [Singularity Hub archive](https://singularity-hub.org) that is [hosted on datalad](http://datasets.datalad.org/?dir=/shub).
## Generation
To first retrieve all the Singularity recipe files, we run this preprocessing script
from the root here:```bash
$ pip install -r requirements.txt
$ python scripts/get-recipes.py
```Since recipes are relatively small, it is reasonable to store them here for search, organized by
the name and tags. Note that after generation, there is [one file](_containers/feilong-neurodebian_singularity-beaver_2019-01-14.md)
that needed a raw/endraw added.Since we can't generate in one go, we have to generate incrementally. So you should do:
```bash
./build.sh
bundle exec jekyll serve --incremental
```And then pull the gh-pages branch from the _site root, or just push to the main branch
to run the CI to do this update.