truatpasteurdotfr/singularity-docker-debian9-arm_now:latest

$ singularity pull shub://truatpasteurdotfr/singularity-docker-debian9-arm_now:latest

Singularity Recipe

BootStrap: docker
From: debian:stretch
# more details at https://github.com/nongiach/arm_now

%runscript
echo "running arm_now  from the container:"
arm_now "$@"

%post
echo "Hello from inside the container"
sed -i -e 's,http://deb.debian.org,http://cdn-fastly.deb.debian.org,g' /etc/apt/sources.list
apt-get update && apt-get -y upgrade
apt-get -y install python3-pip python3-dev python3  git qemu  e2tools
git clone https://github.com/nongiach/arm_now
cd /arm_now && pip3 install -r requirements.txt && pip3 install .
# e2tools qemu

touch /singularity-`date +%Y%m%d-%H%M%S`

# specific to my setup, required if you don't have overlay support (CentOS-6)
# CentOS-7 host can ignore that mkdir line
mkdir -p /local-storage /mnt/beegfs /baycells/home /baycells/scratch /c6/shared /c6/eb /local/gensoft2 /c6/shared/rpm /Bis/Scratch2 /mnt/beegfs

Collection


View on Datalad

Metrics

key value
id /containers/truatpasteurdotfr-singularity-docker-debian9-arm_now-latest
collection name truatpasteurdotfr/singularity-docker-debian9-arm_now
branch master
tag latest
commit 109268b28f167f0e30768138e5426d58a60e19c3
version (container hash) 4f0ecad265e884c198427c81d444a761
build date 2018-03-13T01:25:23.405Z
size (MB) 1089
size (bytes) 388223007
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.