magland/ml_ephys:v0.2.5

$ singularity pull shub://magland/ml_ephys:v0.2.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_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.5
collection name magland/ml_ephys
branch master
tag v0.2.5
commit b31d6dda20547868563faa670d94e6cbc97b9155
version (container hash) 2180f1f696b7855b802541147cbaede8
build date 2021-04-15T20:11:03.900Z
size (MB) 1275
size (bytes) 498389023
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.