magland/ml_pyms:v0.0.1

$ singularity pull shub://magland/ml_pyms:v0.0.1

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_pyms

  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_pyms-v0.0.1
collection name magland/ml_pyms
branch master
tag v0.0.1
commit f094b9893624325d5f3bede08b4760f7923678a9
version (container hash) 194edf38d518a06226cc8d36ce3aa541
build date 2018-08-31T03:21:36.705Z
size (MB) 2840
size (bytes) 1264975903
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.