d-bohn/openpose_aci:gpu

$ singularity pull shub://d-bohn/openpose_aci:gpu

Singularity Recipe

BootStrap: docker
From: exsidius/openpose

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

%post
    # apt-get update --fix-missing
    # apt-get install software-properties-common
    # apt-get update
    
    #need to install correct gpu drivers
    # install nvidia driver (current system version: 390.30)
    # add-apt-repository ppa:graphics-drivers
    # apt-get update --fix-missing
    # 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/d-bohn-openpose_aci-gpu
collection name d-bohn/openpose_aci
branch gpu
tag gpu
commit 1ab69b7e10e4021b7c5978a25047402920d40eac
version (container hash) 0d380a7fd661f483f3ede455be1d05dcdf48ad8866ef9e2b8d26ec97ae63d0e0
build date 2021-04-14T18:12:39.106Z
size (MB) 2628.33984375
size (bytes) 2756014080
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.