magland/ml_spyking_circus:v0.1.2
$ singularity pull shub://magland/ml_spyking_circus:v0.1.2
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.2 |
collection name | magland/ml_spyking_circus |
branch | master |
tag | v0.1.2 |
commit | 9d381f888b163274730d07b85e535b99b271439a |
version (container hash) | 20322b8568bd33f76335621642797ec6 |
build date | 2018-09-07T14:07:17.406Z |
size (MB) | 1110 |
size (bytes) | 425283615 |
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.