manasi-t24/singularity_recipes:start

$ singularity pull shub://manasi-t24/singularity_recipes:start

Singularity Recipe

Bootstrap: docker
From: ubuntu:16.04



%post
apt-get -y update
apt-get -y install fortune cowsay lolcat
apt-get -y install vim
apt-get -y update
apt-get -y install wget
apt-get -y install cmake
wget "https://developer.nvidia.com/compute/cuda/10.0/Prod/local_installers/cuda-repo-ubuntu1604-10-0-local-10.0.130-410.48_1.0-1_amd64"
dpkg -i cuda-repo-ubuntu1604-10-0-local-10.0.130-410.48_1.0-1_amd64
apt-key add /var/cuda-repo-10-0-local-10.0.130-410.48/7fa2af80.pub
apt-get -y update
apt-get -y install cuda
cd /usr/local/cuda/include/
wget "https://github.com/cusplibrary/cusplibrary/archive/v0.4.0.tar.gz"
tar zxvf *tar.gz
apt-get -y install build-essential flex bison zlib1g-dev qt4-dev-tools libqt4-dev gnuplot libreadline-dev \
libncurses-dev libxt-dev libopenmpi-dev openmpi-bin
apt-get -y update
apt-get -y install binutils-gold

%environment
export LC_ALL=C
export PATH=/usr/games:$PATH
export PATH=$PATH:/usr/local/cuda/bin

Collection


View on Datalad

Metrics

key value
id /containers/manasi-t24-singularity_recipes-start
collection name manasi-t24/singularity_recipes
branch master
tag start
commit 523aad04b3ad77a320b9dfa436f20714ec324eee
version (container hash) 8df16e081b747eb95298b124a0d2352a
build date 2019-03-01T19:49:13.805Z
size (MB) 8383
size (bytes) 5930442783
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.