Skip to main content
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:3618dd35533c99e7db7015c8de664e7d5f2f9321459083d3c27e0ac15ac27882COPY
    NVIDIA_MLPerf_Evaluation_License /
    02/14/2024 11:44 PM UTC
    sha256:971df2e41bacd21618efc7d0ab4da49754bf322975361569367150f21b5e514dRUN
    CUDNN_DEB_URL=https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/sbsa/ rm /opt/nvidia/entrypoint.d/12-banner.sh /opt/nvidia/entrypoint.d/15-container-copyright.txt /opt/nvidia/entrypoint.d/30-container-license.txt /NGC-DL-CONTAINER-LICENSE
    02/14/2024 11:44 PM UTC
    sha256:34b03680543e39dd54982c0cc138fc32c36d1e8acd653d41abfffdff9b5ae84cRUN
    CUDNN_DEB_URL=https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/sbsa/ ldconfig
    02/14/2024 11:44 PM UTC
    sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1COPY
    *.tar.bz2 /opt
    02/14/2024 11:44 PM UTC
    sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1COPY
    *.pth /opt
    02/14/2024 11:44 PM UTC
    sha256:2e790aff476ee4fcfd9c22f5b93c6a9ee8d1179c5fca55df61a011cb8394df66COPY
    *.whl /opt
    02/14/2024 11:44 PM UTC
    sha256:1ba3f003318bb2fe29d71aa967dd28c16920cd79bdfc11cdb95ab0da199e36b4COPY
    *.tar.gz /opt
    02/14/2024 11:44 PM UTC
    sha256:ad3012a85980641ebef5a270967ceb29a646bf2b7fcd16ccf7e6759226da4795COPY
    mitten /opt/mitten
    02/14/2024 11:44 PM UTC
    sha256:3582deaa04d9518ab58495e01a33f8abc622da3b844907e10a8a0ab5e7b10767RUN
    CUDNN_DEB_URL=https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/sbsa/ mkdir -p /opt/mitten
    02/14/2024 11:44 PM UTC
    sha256:c5782b0452a302dc1772b04908e2ad6fb01dc9cc0f9e54bc7dedf004813d90a7RUN
    CUDNN_DEB_URL=https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/sbsa/ 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-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-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-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-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_${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-dev_${TRT_VER}-1+cuda${CUDA_VER}_arm64.deb &&
      install_deb_pkg libnvinfer-bin_${TRT_VER}-1+cuda${CUDA_VER}_arm64.deb &&
      unset -f install_deb_pkg;
    02/14/2024 11:44 PM UTC
    ...