NVIDIA
NVIDIA
Triton Inference Server
Container
NVIDIA
NVIDIA
Triton Inference Server

Triton Inference Server is an open source software that lets teams deploy trained AI models from any framework, from local or cloud storage and on any GPU- or CPU-based infrastructure in the cloud, data center, or embedded devices.

  • LayerLabelCreated
    sha256:65daabc182925f12f9cad508b4bbe582420d7697a1485a3b1dc5ed76ecc3a9acCOPY
    docker/sagemaker/serve /usr/bin/.
    06/24/2026 11:19 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4LABEL
    com.amazonaws.sagemaker.capabilities.multi-models=true
    06/24/2026 11:19 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4LABEL
    com.amazonaws.sagemaker.capabilities.accept-bind-to-port=true
    06/24/2026 11:19 PM UTC
    sha256:9b21db2a373eb6ed1365d9f2204aa720e7fdb88c2f802cb8b9226939fd29ef7fRUN
    TRITON_VERSION=2.70.0 TRITON_CONTAINER_VERSION=26.06 pip3 install -r python/openai/requirements.txt
    06/24/2026 11:19 PM UTC
    sha256:09ced786ff0079aa613327674d841bf620c29dd9aba56402cf70f845e39b96c9RUN
    TRITON_VERSION=2.70.0 TRITON_CONTAINER_VERSION=26.06 set -e; for pkg in tritonserver tritonfrontend; do wheels=$(find /opt/tritonserver/python -maxdepth 1 -type f -name "${pkg}-*.whl"); if [ -z "$wheels" ]; then echo "ERROR: ${pkg}-*.whl missing from /opt/tritonserver/python -- build did not stage the wheel into the image" >&2; exit 1; fi; printf '%s\n' "$wheels" | xargs -I {} pip install --upgrade "{}[all]"; done
    06/24/2026 11:19 PM UTC
    sha256:4f75777c8c041cf058e04ed07f18965438b64475aae90ac718565223400def21COPY
    NVIDIA_Deep_Learning_Container_License.pdf .
    06/24/2026 11:19 PM UTC
    sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1WORKDIR
    /opt/tritonserver
    06/24/2026 11:19 PM UTC
    sha256:fce1cc708adbca0b5c78644dbfc913724be3fdabd03b9249a64d5a072f7703a7COPY
    build/install tritonserver
    06/24/2026 11:19 PM UTC
    sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1WORKDIR
    /opt
    06/24/2026 11:19 PM UTC
    sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4LABEL
    com.nvidia.build.ref=04a5082d584f92086a02a47a5f3e75e4d644e1f6
    06/24/2026 11:19 PM UTC
    ...