JohnLangford/vowpal_wabbit:debian-unstable-amd64
$ singularity pull shub://JohnLangford/vowpal_wabbit:debian-unstable-amd64
Singularity Recipe
BootStrap: docker
From: debian:unstable
# so if image is executed we just enter the environment
%runscript
echo "Welcome to the Debian unstable VW devel env. (Architecture: amd64)"
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
- Name: JohnLangford/vowpal_wabbit
- License: Other
View on Datalad
Metrics
key | value |
---|---|
id | /containers/JohnLangford-vowpal_wabbit-debian-unstable-amd64 |
collection name | JohnLangford/vowpal_wabbit |
branch | master |
tag | debian-unstable-amd64 |
commit | 5dfd8a1f860b981a721d4e8026840d8ceaad4877 |
version (container hash) | b4c0c71982a0d0cc72640a2686dc2a10 |
build date | 2018-07-03T21:25:27.017Z |
size (MB) | 844 |
size (bytes) | 297168927 |
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.