darachm/safepy:latest

$ singularity pull shub://darachm/safepy:latest

Singularity Recipe

Bootstrap: docker
From: ubuntu:18.04
#Bootstrap: localimage
#From: ../ubuntu-1804-updated_container/ubuntu.simg

%labels
MAINTAINER darachm

%help

    This is for making a singularity image such that it can run python with 
    the `safe` module from Baryshnikova.
    
%post

    apt-get -y update
    apt-get -y upgrade
    apt-get -y install git python3 python3-pip ipython3 python3-dev build-essential sudo python3-tk

    cd /home
    git clone https://github.com/baryshnikova-lab/safepy
    pip3 install -r safepy/extras/requirements.txt
    mv safepy /usr/local/lib/python3.6/dist-packages

Collection


View on Datalad

Metrics

key value
id /containers/darachm-safepy-latest
collection name darachm/safepy
branch master
tag latest
commit 5fb6446919aa9416d8ccf3edee8c2568f5e6c38b
version (container hash) cba5e4993800a46701fc318533ea45e9
build date 2019-05-17T08:23:24.804Z
size (MB) 1106
size (bytes) 485363743
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.