magland/ml_ms3:v0.0.2

$ singularity pull shub://magland/ml_ms3:v0.0.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 via conda"
  conda install -c flatiron -c conda-forge ml_ms3

  echo "################################## Testing package"
  ml-list-processors

%environment
  . /opt/conda/etc/profile.d/conda.sh
  conda activate mountainlab

Collection


View on Datalad

Metrics

key value
id /containers/magland-ml_ms3-v0.0.2
collection name magland/ml_ms3
branch master
tag v0.0.2
commit c2aae42bc0884ec5090a59197fd8ee7ff8d9c395
version (container hash) cc4b3f5ea940bba2dba3575aa0727b76
build date 2021-04-15T20:13:26.489Z
size (MB) 1430
size (bytes) 575950879
SIF Download URL (please use pull with shub://)
Datalad URL View on Datalad
Singularity Recipe Singularity Recipe on Datalad
We cannot guarantee that all containers will still exist on GitHub.