anjapago/AnalyzeAccountability:latest

$ singularity pull shub://anjapago/AnalyzeAccountability:latest

Singularity Recipe

Bootstrap: docker
From: ubuntu:latest

%post
    apt-get update && apt-get -y install git wget

    apt-get -y install python3 python3-pip
    apt-get clean

    pip3 install numpy matplotlib scikit-learn
    pip3 install pandas
    pip3 install scipy
    pip3 install scikit-learn
    pip3 install nltk
    pip3 install xlrd
    pip3 install git+https://github.com/anjapago/flair

%environment
  SHELL=/bin/bash
  export SHELL

%runscript
    exec python3 flair_opt.py

Collection


View on Datalad

Metrics

key value
id /containers/anjapago-AnalyzeAccountability-latest
collection name anjapago/AnalyzeAccountability
branch master
tag latest
commit 030c5dfe07b157cae96b6a237d2dbb3bea2f7928
version (container hash) 34db2d2421365c6d13ddc79295b1e639
build date 2019-08-20T23:34:12.245Z
size (MB) 3131.0
size (bytes) 1984942111
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.