mmore500/mwe-singularity-checkpoint:latest

$ singularity pull shub://mmore500/mwe-singularity-checkpoint:latest

Singularity Recipe

################################################################################
# Basic bootstrap definition to build Ubuntu container from Docker container
################################################################################

Bootstrap:docker
From:ubuntu:latest

%labels
Maintainer Matthew Andres Moreno
Version 0.1.0

################################################################################
# Copy any necessary files into the container
################################################################################
%files
. /opt/mwe-singularity-checkpoint

%post
################################################################################
# Install additional packages
################################################################################
apt-get update

apt-get install -y git
apt-get install -y build-essential
apt-get install -y make
apt-get install -y figlet
git clone https://github.com/mmore500/dmtcp
cd dmtcp
git checkout b8be8be2874258d2f45324a42d609c0c63da0079 .
./configure && make && make install
cd ..

chmod 777 -R /opt

################################################################################
# Run the user's login shell, or a user specified command
################################################################################
%runscript
/opt/mwe-singularity-checkpoint/demonstrate.sh

Collection


View on Datalad

Metrics

key value
id /containers/mmore500-mwe-singularity-checkpoint-latest
collection name mmore500/mwe-singularity-checkpoint
branch master
tag latest
commit a0fd72d343616754d20ec64a7d03fe105dc199fc
version (container hash) ef5222109d966a597873ce04ca2b3a7c
build date 2021-01-02T05:24:22.408Z
size (MB) 521
size (bytes) 196026399
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.