NVIDIA
NVIDIA
TensorRT LLM Release
Container
NVIDIA
NVIDIA
TensorRT LLM Release

TensorRT LLM provides users with an easy-to-use Python API to define Large Language Models (LLMs) and supports state-of-the-art optimizations to perform inference efficiently on NVIDIA GPUs.

  • LayerLabelCreated
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ENV
    TRT_LLM_GIT_COMMIT=fbee27990917affc73d2050384dd7e33d594a21b TRT_LLM_VERSION=1.0.0rc5
    08/01/2025 7:16 AM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ARG
    TRT_LLM_VER=1.0.0rc5
    08/01/2025 7:16 AM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ARG
    GIT_COMMIT=fbee27990917affc73d2050384dd7e33d594a21b
    08/01/2025 7:16 AM UTC
    sha256:91cbde06f86f98033943ccd5a592574c529474f5e643e406976948e9c08ca1d1RUN
    SRC_DIR=/src/tensorrt_llm CPP_BUILD_DIR=/src/tensorrt_llm/cpp/build /bin/bash -c chmod -R a+w examples &&
      rm -v benchmarks/cpp/bertBenchmark.cpp benchmarks/cpp/gptManagerBenchmark.cpp benchmarks/cpp/disaggServerBenchmark.cpp benchmarks/cpp/CMakeLists.txt &&
      rm -rf /root/.cache/pip
    08/01/2025 7:16 AM UTC
    sha256:a8622e514eb1a1c17f51f9fb65112fc26f0e9a1d3c788322185fb9a6a667921dCOPY
    examples examples
    08/01/2025 7:16 AM UTC
    sha256:a286e6b735600a75698a1c813e39954caeb83dd5d446321980795378d96a4bc3COPY
    /src/tensorrt_llm/cpp/build/benchmarks/bertBenchmark /src/tensorrt_llm/cpp/build/benchmarks/gptManagerBenchmark /src/tensorrt_llm/cpp/build/benchmarks/disaggServerBenchmark benchmarks/cpp/
    08/01/2025 7:16 AM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ARG
    CPP_BUILD_DIR=/src/tensorrt_llm/cpp/build
    08/01/2025 7:15 AM UTC
    sha256:7f51d7ece4d471de8e4db91520115ec1f05831b6451008af9585fe4118a2f200COPY
    /src/tensorrt_llm/benchmarks benchmarks
    08/01/2025 7:15 AM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4ARG
    SRC_DIR=/src/tensorrt_llm
    08/01/2025 7:15 AM UTC
    sha256:ccd84f78fccb0c40c2cf2a813593b2bff79ee5c14302aa1863fe87607777879dRUN
    /bin/bash -c ln -sv $(python3 -c 'import site; print(f"{site.getsitepackages()[0]}/tensorrt_llm/bin")') bin &&
      test -f bin/executorWorker &&
      ln -sv $(python3 -c 'import site; print(f"{site.getsitepackages()[0]}/tensorrt_llm/libs")') lib &&
      test -f lib/libnvinfer_plugin_tensorrt_llm.so &&
      echo "/app/tensorrt_llm/lib" > /etc/ld.so.conf.d/tensorrt_llm.conf &&
      ldconfig &&
      ! ( ldd -v bin/executorWorker | grep tensorrt_llm | grep -q "not found" )
    08/01/2025 7:15 AM UTC
    ...