llucifer97/openposeaci:rec

$ singularity pull shub://llucifer97/openposeaci:rec

Singularity Recipe

BootStrap: docker
From: garyfeng/docker-openpose


%runscript
    cd /openpose-master
    exec /build/examples/openpose/openpose.bin "$@"
%environment

%post
    #need to install correct gpu drivers
    apt-get update
    apt-get install -y --no-install-recommends \
    build-essential \
    apt-utils \
    gcc-multilib \
    wget \
    unzip \
    python-dev \
    python3-dev \
    python-pip \
    python3-pip \
    pkg-config \
    python-setuptools \
    python3-setuptools \
    g++ \
    libqt4-dev \
    libqt4-opengl-dev \
    qt4-qmake \
    qt4-qtconfig \
    libglew-dev \
    cimg-dev \
    libgsl0-dev \
    libtiff5-dev \
    cmake \
    cmake-gui \
    doxygen \
    software-properties-common \
    python-software-properties \
    nux-tools \
    libcanberra-gtk-module \
    libcanberra-gtk3-module \
    mesa-utils \
    
    # install nvidia driver (current system version: 390.30)
    add-apt-repository -y ppa:graphics-drivers/ppa
    apt-get install -y nvidia-390-dev

    #------------------------------------------------------------------------------
    # Create local binding points for our ICS-ACI
    #------------------------------------------------------------------------------
    mkdir -p /storage/home
    mkdir -p /storage/work
    mkdir -p /gpfs/scratch
    mkdir -p /gpfs/group
    mkdir -p /var/spool/torque

Collection


View on Datalad

Metrics

key value
id /containers/llucifer97-openposeaci-rec
collection name llucifer97/openposeaci
branch master
tag rec
commit e1413e9a4b892778a0796ccbd68a3218c3764ecb
version (container hash) 694d87712021f8af136a22e3b3955dea
build date 2019-06-16T11:06:35.442Z
size (MB) 5009
size (bytes) 2614460447
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.