NVIDIA
NVIDIA MLPerf Inference
Container
NVIDIA
NVIDIA MLPerf Inference

MLPerf Inference containers are base containers for people interested in NVIDIA's MLPerf Inference submission results

  • LayerLabelCreated
    sha256:b78dc4f989674b5488e9c267aa8cdb5b5bb869ce31f0ae0aa4330831174c1c42COPY
    ./NVIDIA_MLPerf_Evaluation_License /
    02/06/2024 11:06 PM UTC
    sha256:32f1c30a74563748a94c06acf233a6c62505c42383bff6ecfdf3315f00cb2cccRUN
    ldconfig
    02/06/2024 11:06 PM UTC
    sha256:565582c3702747a8da8b504bcc6e6216918592fa5e7ec7aa1ea43acd626d1dc9COPY
    *.whl *.tar.gz /opt
    02/06/2024 11:06 PM UTC
    sha256:287f156b18571c93bdff85b131cb8013c48168666d533abbe0b4ab4bb9e800d8COPY
    mitten /opt/mitten
    02/06/2024 11:06 PM UTC
    sha256:451ff76974f9b7e840d13bdb88241d40a8a822feff3bba493c355990de286936RUN
    mkdir -p /opt/mitten
    02/06/2024 11:06 PM UTC
    sha256:390f30a8ce2b9f2de03af0e3a230782995b2c1a45b2954d3e8f5865ba94f72f0RUN
    cd /tmp/ &&
      wget -nv https://urm.nvidia.com/artifactory/sw-cupva-sdk-debian-local/pool/releases/2.0.0/cupva-2.0.0-l4t.deb &&
      dpkg -i cupva-2.0.0-l4t.deb &&
      apt update &&
      apt install cupva-2.0-l4t
    02/06/2024 11:06 PM UTC
    sha256:9998ca5a73a8a0ff43cde645762e9320a1fa6adfc2a66f6fcc1f4446bb81d50fRUN
    rm -rf /usr/local/lib/python3.8/dist-packages/tensorrt/ &&
      cd /tmp/trt &&
      install_deb_pkg() { dpkg -i $1; } &&
      install_deb_pkg libnvinfer${TRT_MAJOR_VER}_${TRT_VER}-1+cuda${CUDA_VER}_arm64.deb &&
      install_deb_pkg libnvinfer-headers-dev_${TRT_VER}-1+cuda${CUDA_VER}_arm64.deb &&
      install_deb_pkg libnvinfer-dev_${TRT_VER}-1+cuda${CUDA_VER}_arm64.deb &&
      install_deb_pkg libnvinfer-headers-plugin-dev_${TRT_VER}-1+cuda${CUDA_VER}_arm64.deb &&
      install_deb_pkg libnvinfer-plugin${TRT_MAJOR_VER}_${TRT_VER}-1+cuda${CUDA_VER}_arm64.deb &&
      install_deb_pkg libnvinfer-plugin-dev_${TRT_VER}-1+cuda${CUDA_VER}_arm64.deb &&
      install_deb_pkg libnvinfer-dispatch${TRT_MAJOR_VER}_${TRT_VER}-1+cuda${CUDA_VER}_arm64.deb &&
      install_deb_pkg libnvinfer-dispatch-dev_${TRT_VER}-1+cuda${CUDA_VER}_arm64.deb &&
      install_deb_pkg libnvinfer-lean${TRT_MAJOR_VER}_${TRT_VER}-1+cuda${CUDA_VER}_arm64.deb &&
      install_deb_pkg libnvinfer-lean-dev_${TRT_VER}-1+cuda${CUDA_VER}_arm64.deb &&
      install_deb_pkg libnvinfer-vc-plugin${TRT_MAJOR_VER}_${TRT_VER}-1+cuda${CUDA_VER}_arm64.deb &&
      install_deb_pkg libnvinfer-vc-plugin-dev_${TRT_VER}-1+cuda${CUDA_VER}_arm64.deb &&
      install_deb_pkg libnvonnxparsers${TRT_MAJOR_VER}_${TRT_VER}-1+cuda${CUDA_VER}_arm64.deb &&
      install_deb_pkg libnvonnxparsers-dev_${TRT_VER}-1+cuda${CUDA_VER}_arm64.deb &&
      install_deb_pkg python3-libnvinfer-lean_${TRT_VER}-1+cuda${CUDA_VER}_arm64.deb &&
      install_deb_pkg python3-libnvinfer-dispatch_${TRT_VER}-1+cuda${CUDA_VER}_arm64.deb &&
      install_deb_pkg python3-libnvinfer_${TRT_VER}-1+cuda${CUDA_VER}_arm64.deb &&
      install_deb_pkg python3-libnvinfer-dev_${TRT_VER}-1+cuda${CUDA_VER}_arm64.deb &&
      install_deb_pkg onnx-graphsurgeon_${TRT_VER}-1+cuda${CUDA_VER}_arm64.deb &&
      install_deb_pkg libnvinfer-bin_${TRT_VER}-1+cuda${CUDA_VER}_arm64.deb &&
      install_deb_pkg libnvinfer-samples_${TRT_VER}-1+cuda${CUDA_VER}_all.deb &&
      install_deb_pkg tensorrt_${TRT_VER}-1+cuda${CUDA_VER}_arm64.deb &&
      unset -f install_deb_pkg;
    02/06/2024 11:06 PM UTC
    sha256:0132aed56f1d43a2f22d9e7ce07c2d381437db162896715935a6863d489977a4RUN
    rm -rf /usr/lib/aarch64-linux-gnu/libcudnn* &&
      cd /tmp/cudnn &&
      dpkg -i ./cudnn-local-tegra-repo-ubuntu2004-8.6.0.174_1.0-1_arm64.deb &&
      cp /var/cudnn-local-tegra-repo-ubuntu2004-8.6.0.174/cudnn-local-tegra-A4C79EB5-keyring.gpg /usr/share/keyrings/ &&
      apt update &&
      apt install -y libcudnn8*
    02/06/2024 11:05 PM UTC
    sha256:4b6e6aa4540a7d445e6a0bd7aa9552743262780780d8e20a2f283fbf7b14914bRUN
    rm -rf /usr/lib/aarch64-linux-gnu/libcuda* &&
      cd /tmp/cuda &&
      dpkg -i ./cuda-repo-l4t-11-4-local_11.4.19-1_arm64.deb &&
      cp /var/cuda-repo-l4t-11-4-local/cuda-*-keyring.gpg /usr/share/keyrings/ &&
      apt update &&
      apt install -y cuda-toolkit-*
    02/06/2024 11:04 PM UTC
    sha256:5d7d414b10d8ebf2a1dc06f56ec65f6589a7fcd2806e6e741c3dc27e44aa9241RUN
    apt update &&
      apt install -y --no-install-recommends wget python3-dev python3-pip &&
      apt install --only-upgrade libksba8 &&
      apt install --only-upgrade libssl1.1 &&
      apt install --only-upgrade openssl &&
      rm -rf rm -rf /var/lib/apt/lists/*
    02/06/2024 11:01 PM UTC

    NVIDIA uses cookies to improve your experience on our web site. We and our third-party partners also use cookies and other tools to collect and record information you provide as well as information about your interactions with our websites for performance improvement, analytics, and to assist in marketing efforts. By clicking "Accept All", you consent to our use of cookies and other tools as described in our Cookie Policy. You can manage your cookie settings by clicking on "Manage Settings." By continuing to use this site or by clicking one of the buttons below, you agree to our Terms of Service (which contains important waivers). Please see our Privacy Policy for more information on our privacy practices.