magland/ml_ephys:v0.2.6

$ singularity pull shub://magland/ml_ephys:v0.2.6

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_ephys `ml-config package_directory`/ml_ephys

  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_ephys-v0.2.6
collection name magland/ml_ephys
branch master
tag v0.2.6
commit 51d5f9ab8ff5eb338b7c2401e3a380b827d9d508
version (container hash) 9d1ff9792b0557790b3c4620aa5dffbd
build date 2018-09-06T00:24:42.508Z
size (MB) 1275
size (bytes) 498401311
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.