magland/ml_mearec:v0.1.5

$ singularity pull shub://magland/ml_mearec: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_mearec `ml-config package_directory`/ml_mearec

  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_mearec-v0.1.5
collection name magland/ml_mearec
branch master
tag v0.1.5
commit 9683363e4f110a4a5a4953b302b789b43c461444
version (container hash) b62635f765d86332d9735b2fc82d84b3
build date 2018-09-28T13:34:14.495Z
size (MB) 1326
size (bytes) 527589407
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.