magland/ml_spyking_circus:v0.1.0
$ singularity pull shub://magland/ml_spyking_circus:v0.1.0
Singularity Recipe
Bootstrap: shub
FROM: magland/mlsing
%labels
Maintainer Jeremy Magland
%setup
mkdir ${SINGULARITY_ROOTFS}/working
cp -r . ${SINGULARITY_ROOTFS}/working/src
%post
echo "################################## Activating conda environment"
. /opt/conda/etc/profile.d/conda.sh
conda activate mountainlab
echo "################################## Installing ML package"
pip install /working/src
ml-link-python-module ml_spyking_circus `ml-config package_directory`/ml_spyking_circus
echo "################################## Testing package"
ml-list-processors
%environment
. /opt/conda/etc/profile.d/conda.sh
conda activate mountainlab
Collection
- Name: magland/ml_spyking_circus
- License: Other
View on Datalad
Metrics
key | value |
---|---|
id | /containers/magland-ml_spyking_circus-v0.1.0 |
collection name | magland/ml_spyking_circus |
branch | master |
tag | v0.1.0 |
commit | 7994b60f5b28c8d9255987f3ae3d69971e103830 |
version (container hash) | db39780a6261ea649459d80703def513 |
build date | 2018-09-07T14:07:17.415Z |
size (MB) | 1110 |
size (bytes) | 425271327 |
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.