jkitzes/opensoundscape:latest
$ singularity pull shub://jkitzes/opensoundscape:latest
Singularity Recipe
Bootstrap: docker
From: archlinux/base
%setup
mkdir -p ${SINGULARITY_ROOTFS}/opt/opensoundscape
cp -rv . ${SINGULARITY_ROOTFS}/opt/opensoundscape
%labels
AUTHOR moore0557@gmail.com
%post
pacman -Syyu --noconfirm
pacman -S python python-pip libsamplerate git gcc python-pandas python-numpy \
python-matplotlib python-docopt python-scipy python-pymongo python-progressbar \
python-pytest tk mongodb mongodb-tools opencv hdf5 gtk3 python-scikit-learn \
--noconfirm
pip install -r /opt/opensoundscape/requirements.txt
%apprun opensoundscape
python /opt/opensoundscape/opensoundscape.py $*
%appenv opensoundscape
export MPLBACKEND="TkAgg"
%apprun mongodb
mongod $*
Collection
- Name: jkitzes/opensoundscape
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/jkitzes-opensoundscape-latest |
collection name | jkitzes/opensoundscape |
branch | develop |
tag | latest |
commit | c23bac4b50043cd115cd9d1eb5c531925ad0881d |
version (container hash) | d457227e472aa076fafdfaeee252037d |
build date | 2018-10-11T09:24:02.437Z |
size (MB) | 2222 |
size (bytes) | 754700319 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.