provarepro/mlperf-inference:v0.7-tensorflow-2.1.0-c_anaconda-python-3.7
$ singularity pull shub://provarepro/mlperf-inference:v0.7-tensorflow-2.1.0-c_anaconda-python-3.7
Singularity Recipe
Bootstrap: shub
From: fenz-org/tensorflow:2.1.0-c_anaconda-python-3.7
%post
export PATH="/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
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
- Name: provarepro/mlperf-inference
- License: None
View on Datalad
Metrics
key | value |
---|---|
id | /containers/provarepro-mlperf-inference-v0.7-tensorflow-2.1.0-c_anaconda-python-3.7 |
collection name | provarepro/mlperf-inference |
branch | v0.7 |
tag | v0.7-tensorflow-2.1.0-c_anaconda-python-3.7 |
commit | a7017d003c374684b99a18a823776ccad7263a56 |
version (container hash) | 137affba7cdb91d6431d5bf74551e4444fc8c42a85ea72987e71f6921918cf43 |
build date | 2020-10-26T20:56:15.110Z |
size (MB) | 1685.921875 |
size (bytes) | 1767817216 |
SIF | Download URL (please use pull with shub://) |
Datalad URL | View on Datalad |
Singularity Recipe | Singularity Recipe on Datalad |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.