motroy/singularity-opal:latest

$ singularity pull shub://motroy/singularity-opal:latest

Singularity Recipe

Bootstrap: docker
From: ubuntu:latest

%environment
export PATH="/Software/opal:$PATH"


%post
apt update && apt install -y git curl wget less locate unzip build-essential python2.7 python2.7-dev python-pip vowpal-wabbit
pip install pandas sklearn
mkdir -p /Software/ && cd /Software/
git clone https://github.com/yunwilliamyu/opal.git
export PATH="/Software/opal:$PATH"
cd opal
bash SETUP.sh

Collection


View on Datalad

Metrics

key value
id /containers/motroy-singularity-opal-latest
collection name motroy/singularity-opal
branch master
tag latest
commit 88ecfe9d3da2a5fbd72d95b38f7ef9e6175151fd
version (container hash) 53bf84309ee17056c4838d8404d6fc95
build date 2019-02-13T20:23:58.148Z
size (MB) 4189
size (bytes) 1373454367
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.