JohnLangford/vowpal_wabbit:debian-unstable-i386

$ singularity pull shub://JohnLangford/vowpal_wabbit:debian-unstable-i386

Singularity Recipe

BootStrap: docker
From: i386/debian:unstable

# so if image is executed we just enter the environment
%runscript
    echo "Welcome to the Debian unstable VW devel env. (Architecture: i386)"
    echo "Just cd to your vw sources or"
    echo " git clone git://github.com/JohnLangford/vowpal_wabbit"
    /bin/bash


%post
    echo "Configuring the environment"
    sed -e  's,^deb ,deb-src ,g' /etc/apt/sources.list > /etc/apt/sources.list.d/sources.list
    apt-get update
    apt-get -y install eatmydata
    # just useful little tools
    eatmydata apt-get -y install vim wget strace time ncdu gnupg curl procps netcat
    eatmydata apt-get -y build-dep vowpal-wabbit
    # some external depends might have not been needed then
    eatmydata apt-get -y install markdown html2text rapidjson-dev libboost-python-dev  git
    chmod a+rX -R /etc/apt/sources.list.d
    rm -rf /var/lib/apt/lists/*
    apt-get clean

Collection


View on Datalad

Metrics

key value
id /containers/JohnLangford-vowpal_wabbit-debian-unstable-i386
collection name JohnLangford/vowpal_wabbit
branch master
tag debian-unstable-i386
commit ae732d5ceb5dc18c294d80582dd6e5e3774e0b03
version (container hash) 54c5f58360521b182056244f6a4a034c
build date 2018-07-05T12:20:14.255Z
size (MB) 845
size (bytes) 304201759
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.