ucr-singularity/cuda-10.1-base:latest

$ singularity pull shub://ucr-singularity/cuda-10.1-base:latest

Singularity Recipe

Bootstrap: docker
From: nvidia/cuda:10.1-cudnn7-devel-ubuntu18.04

%post

    # Update list of available packages, then upgrade them
    apt-get update
    DEBIAN_FRONTEND=noninteractive apt-get -y upgrade
    
    # Utility and support packages
    apt-get install -y screen terminator tmux vim wget 
    apt-get install -y aptitude build-essential cmake g++ gfortran git \
        pkg-config software-properties-common
    apt-get install -y unrar
    apt-get install -y ffmpeg
    apt-get install -y gnuplot-x11

    # Clean up
    apt-get -y autoremove
    rm -rvf /var/lib/apt/lists/*

Collection


View on Datalad

Metrics

key value
id /containers/ucr-singularity-cuda-10.1-base-latest
collection name ucr-singularity/cuda-10.1-base
branch master
tag latest
commit c2caae1eb71d69efc0810dea0573771d1c0cdb17
version (container hash) e895f39d17b32a24d87475c05a078080
build date 2021-04-15T16:29:08.410Z
size (MB) 3953
size (bytes) 2146115615
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.