frederic-michaud/python3:latest

$ singularity pull shub://frederic-michaud/python3:latest

Singularity Recipe

Bootstrap: docker
From: ubuntu 

%help



%environment
  # use bash as default shell
  SHELL=/bin/bash
  export SHELL

%setup
  # runs on host - the path to the image is $SINGULARITY_ROOTFS

%post

  apt-get update
  apt-get install -y python3 python3-pip git
  apt-get clean
  pip3 install numpy matplotlib sklearn 
  pip3 install scikit-bio
  pip3 install astropy
  pip3 install numpy
%runscript
  # executes with the singularity run command
  # delete this section to use existing docker ENTRYPOINT command

Collection


View on Datalad

Metrics

key value
id /containers/frederic-michaud-python3-latest
collection name frederic-michaud/python3
branch master
tag latest
commit e6f95afea68daf4e8cb63f696cb52797df9004aa
version (container hash) fe67923d1f156b99367972d8779bf56a
build date 2020-04-19T22:35:26.095Z
size (MB) 966
size (bytes) 405512223
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.