NVIDIA
NVIDIA
NVIDIA L4T TensorRT
Container
NVIDIA
NVIDIA
NVIDIA L4T TensorRT

NVIDIA TensorRT is a C++ library that facilitates high-performance inference on NVIDIA graphics processing units (GPUs). TensorRT takes a trained network and produces a highly optimized runtime engine that performs inference for that network.

  • LayerLabelCreated
    sha256:73b599d0a2d4f501bc79211ea68ea2e2778598b2c63be785eed4cfbff4d548f2RUN
    NVIDIA_TENSORRT_VERSION=8.0.1.6 PYVER=3.8 export PY=$(python -c 'import sys; print(str(sys.version_info[0])+str(sys.version_info[1]))') &&
      pip install /builds/TensorRT-8.0.1.6/graphsurgeon/graphsurgeon-0.4.5-py2.py3-none-any.whl /builds/TensorRT-8.0.1.6/python/tensorrt-8.0.1.6-cp${PY}-none-linux_aarch64.whl /builds/TensorRT-8.0.1.6/uff/uff-0.6.9-py2.py3-none-any.whl # COPY NGC-DL-CONTAINER-LICENSE /
    08/03/2021 12:51 PM UTC
    sha256:b9c1f4562aa25dc74cf884af919742974f2fb077a12a808c0ba48b5402d53995RUN
    NVIDIA_TENSORRT_VERSION=8.0.1.6 PYVER=3.8 curl -O https://bootstrap.pypa.io/get-pip.py &&
      python get-pip.py &&
      rm get-pip.py
    08/03/2021 12:51 PM UTC
    sha256:cfe3e343b3791558e52478aceab476125c65c18dfc2dba2e29af79114019c1c1RUN
    NVIDIA_TENSORRT_VERSION=8.0.1.6 PYVER=3.8 MAJ=`echo "$PYVER" | cut -c1-1` &&
      rm -f /usr/bin/python$MAJ &&
      ln -s /usr/bin/python$PYVER /usr/bin/python$MAJ
    08/03/2021 12:50 PM UTC
    sha256:acf91511362f777d5f29f6953457db51d126f3bd05cb74d907cff50e3e263ca1RUN
    NVIDIA_TENSORRT_VERSION=8.0.1.6 PYVER=3.8 rm -f /usr/bin/python &&
      ln -s /usr/bin/python$PYVER /usr/bin/python
    08/03/2021 12:50 PM UTC
    sha256:54dadd96b7031e70729127392613b5de25b619b9bca4e346643196430f90ea45RUN
    NVIDIA_TENSORRT_VERSION=8.0.1.6 PYVER=3.8 rm -rf /var/lib/apt/lists/*
    08/03/2021 12:50 PM UTC
    sha256:0ad64bf4005f015101d3687dbf4f779f2ce50f7042e4554ed209f7f09ae5f8b4RUN
    NVIDIA_TENSORRT_VERSION=8.0.1.6 PYVER=3.8 apt install -f libnvinfer8 libnvinfer-plugin8 libnvparsers8 libnvonnxparsers8 python3-libnvinfer /builds/libnvinfer-bin_8.0.1-1+cuda10.2_arm64.deb
    08/03/2021 12:50 PM UTC
    sha256:78f595e1f8533406a1e57044769287b5b078841f90a5501f6047f3b8a91a1ac8RUN
    NVIDIA_TENSORRT_VERSION=8.0.1.6 PYVER=3.8 apt-get update &&
      apt-get install -y --no-install-recommends gnupg2 curl ca-certificates &&
      curl -fsSL http://cuda-internal.nvidia.com/release-candidates/kitpicks/tensorrt-rel-8-0-tegra/8.0.1/002/repos/l4t/arm64/7fa2af80.pub | apt-key add - &&
      echo "deb http://cuda-internal.nvidia.com/release-candidates/kitpicks/tensorrt-rel-8-0-tegra/8.0.1/002/repos/l4t/arm64 /" > /etc/apt/sources.list.d/cuda.list &&
      apt-get update &&
      apt-get install -y --no-install-recommends gnupg2 curl ca-certificates python$PYVER $DISTUTILS git pkg-config unzip
    08/03/2021 12:50 PM UTC
    sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1RUN
    NVIDIA_TENSORRT_VERSION=8.0.1.6 PYVER=3.8 if [ "$PYVER" = "3.8" ]; then DISTUTILS="python3-distutils"; fi
    08/03/2021 12:47 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ARG
    PYVER=3.8
    08/03/2021 12:47 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
    NVIDIA_TENSORRT_VERSION=8.0.1.6
    08/03/2021 12:47 PM UTC