VowpalWabbit/vowpal_wabbit:debian-unstable-i386
$ singularity pull shub://VowpalWabbit/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
# new dependencies which didn't make it into a Debian release yet
eatmydata apt-get -y install cmake
# 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
- Name: VowpalWabbit/vowpal_wabbit
- License: Other
View on Datalad
Metrics
key | value |
---|---|
id | /containers/VowpalWabbit-vowpal_wabbit-debian-unstable-i386 |
collection name | VowpalWabbit/vowpal_wabbit |
branch | master |
tag | debian-unstable-i386 |
commit | cfef09c53f0dd6941bf783a4b707e26b924e5806 |
version (container hash) | e93fd18b4a6f9c5197c8f6784a880b64 |
build date | 2019-05-01T22:22:20.544Z |
size (MB) | 942 |
size (bytes) | 335822879 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.