magland/ml_spyking_circus:v0.1.5
$ singularity pull shub://magland/ml_spyking_circus:v0.1.5
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.5 |
collection name | magland/ml_spyking_circus |
branch | master |
tag | v0.1.5 |
commit | 1116d21b7803057306888fa2713e4d761bc94d37 |
version (container hash) | 3097572d7e0618203f52bf26af0e367f |
build date | 2018-09-08T21:55:12.947Z |
size (MB) | 1111 |
size (bytes) | 425373727 |
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.