magland/mlsing:latest
$ singularity pull shub://magland/mlsing:latest
Singularity Recipe
Bootstrap: docker
FROM: continuumio/miniconda3:latest
%labels
Maintainer Jeremy Magland
Version 0.1.0
%setup
%post
echo "################################## Activating conda environment"
. /opt/conda/etc/profile.d/conda.sh
conda create -n mountainlab
conda activate mountainlab
echo "################################## Installing MountainLab"
conda install -c flatiron -c conda-forge mountainlab
echo "################################## Installing Python"
conda install python=3.6
echo "################################## Testing installation"
ml-list-processors
%environment
. /opt/conda/etc/profile.d/conda.sh
conda activate mountainlab
Collection
- Name: magland/mlsing
- License: Apache License 2.0
View on Datalad
Metrics
key | value |
---|---|
id | /containers/magland-mlsing-latest |
collection name | magland/mlsing |
branch | master |
tag | latest |
commit | 2e3aac25e7d666cb93db00624243e7aa0ec25626 |
version (container hash) | 163d5c536e35d5f6ee1799a9a222db74 |
build date | 2018-08-31T03:21:36.696Z |
size (MB) | 858 |
size (bytes) | 328601631 |
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.