truatpasteurdotfr/singularity-docker-alpine-ctfr:latest

$ singularity pull shub://truatpasteurdotfr/singularity-docker-alpine-ctfr:latest

Singularity Recipe

BootStrap: docker
From: alpine:3.7
# more details at https://github.com/UnaPibaGeek/ctfr

%runscript
echo "running ctfr.py  from the container:"
python3 /ctfr/ctfr.py "$@"

%post
echo "Hello from inside the container"
apk update
apk upgrade
apk add py3-pip python3-dev python3  git
git clone https://github.com/UnaPibaGeek/ctfr.git
cd /ctfr && pip3 install -r requirements.txt

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-alpine-ctfr-latest
collection name truatpasteurdotfr/singularity-docker-alpine-ctfr
branch master
tag latest
commit bf2d9573897850f447e6a26a1381bc2171b72818
version (container hash) 6cd640cef08d0e78caf1aae2ea67782d
build date 2018-03-13T01:25:23.365Z
size (MB) 99
size (bytes) 32112671
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.