ffineis/nurcs-singularity:ubuntu

$ singularity pull shub://ffineis/nurcs-singularity:ubuntu

Singularity Recipe

Bootstrap: docker
From: ubuntu:16.04

%environment

    # Set system locale
    export LC_ALL=C

%post

    # ------------------------------------------------ #
    #                   Kernel overhead                #
    # ------------------------------------------------ #

    apt-get -y update && apt-get -y upgrade
    apt-get -y --allow-unauthenticated install \
    apt-utils \
	autoconf \
	automake \
	build-essential \
	cmake \
	curl \
	git \
	gfortran \
	libtool \
	libssl-dev \
	libffi-dev \
	libxslt1-dev \
	libxml2-dev \
	pkg-config \
	python-dev \
	python-pip \
	python-tk \
	python-wheel \
	python3-dev \
	python3-pip \
	python3-wheel \
	unzip \
	wget \
	zip \
	zlib1g-dev


    # ------------------------------------------------ #
    #                   Mount bind points              #
    # note: not necessary if `enable overlay = yes`,   #
    # appears to be the case on Quest				   #
    # ------------------------------------------------ #

    mkdir /software

%test

	cat /usr/lib/os-release

%files

    singularity_logo.txt /opt

%runscript

    cat /opt/singularity_logo.txt

%environment

Collection


View on Datalad

Metrics

key value
id /containers/ffineis-nurcs-singularity-ubuntu
collection name ffineis/nurcs-singularity
branch master
tag ubuntu
commit 0d69068d97f8154011feee238084bfa915665bb6
version (container hash) 4a2f0f3af3ae76f3b0ad26c38c31f5a3
build date 2020-03-02T18:13:40.013Z
size (MB) 717
size (bytes) 307204127
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.