provarepro/mlperf-inference:v0.7-tensorflow-2.1.0-p-python-3.7-gpu

$ singularity pull shub://provarepro/mlperf-inference:v0.7-tensorflow-2.1.0-p-python-3.7-gpu

Singularity Recipe

Bootstrap: shub
From: fenz-org/tensorflow:2.1.0-p-python-3.7-gpu

%post
    
    apt-get update
    apt-get install -y --no-install-recommends \
        git \
        build-essential
#        libglib2.0-dev \
#        software-properties-common \
#        ca-certificates \
#        wget \
#        curl \
#        htop \
#        zip \
#        unzip 
#        && \
    apt-get clean
    rm -rf /var/lib/apt/lists/*

    python -m pip install --ignore-installed \
        absl-py \
        numpy \
        certifi \
        opencv-python-headless \
        pycocotools \
        pybind11 \
        Cython

    export LOADER_VER=0.5a0

    git clone \
        --recurse-submodules \
        --depth 1 \
        --single-branch \
        -b v0.7 \
        https://github.com/mlperf/inference.git /mlperf_inference
    cd /mlperf_inference/loadgen
    CFLAGS="-std=c++14 -O3" python setup.py bdist_wheel
    python -m pip install --force-reinstall \
        dist/mlperf_loadgen-${LOADER_VER}-*.whl
    rm dist/mlperf_loadgen-${LOADER_VER}-*.whl

Collection


View on Datalad

Metrics

key value
id /containers/provarepro-mlperf-inference-v0.7-tensorflow-2.1.0-p-python-3.7-gpu
collection name provarepro/mlperf-inference
branch v0.7
tag v0.7-tensorflow-2.1.0-p-python-3.7-gpu
commit 407e25092a203a4eff1a8daadd6fc0e022477da3
version (container hash) 9b067d58fa12b67a89720332f7dec72e812f3b7715d8211b5daf5237fb9bb052
build date 2020-10-31T10:10:57.414Z
size (MB) 3410.12890625
size (bytes) 3575779328
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.