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:c4d97759995d827e6a049f8aff047de3143d4aa5356fa7857dbcc0a6e2eadf05COPY
docker/sagemaker/serve /usr/bin/.
06/24/2026 11:17 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4LABEL
com.amazonaws.sagemaker.capabilities.multi-models=true
06/24/2026 11:17 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4LABEL
com.amazonaws.sagemaker.capabilities.accept-bind-to-port=true
06/24/2026 11:17 PM UTC
sha256:cb4283ec50cf81e1e45cf6b41725cec9e5d611f485e2c829dc2e9372f0e30b06RUN
TRITON_VERSION=2.70.0 TRITON_CONTAINER_VERSION=26.06 pip3 install -r python/openai/requirements.txt
06/24/2026 11:17 PM UTC
sha256:255ca40dbf5c0a2ebf0ea69822b80217f2756afcece6d7fe01ba7bc0253c0262RUN
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:16 PM UTC
sha256:a88a8e29f1e8b0ee42631e641309910bbffa6dd9bf1136ef6a6c941d9a28f66aCOPY
NVIDIA_Deep_Learning_Container_License.pdf .
06/24/2026 11:16 PM UTC
sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1WORKDIR
/opt/tritonserver
06/24/2026 11:16 PM UTC
sha256:0b953ab2b15b6fa111ca49d7a31809858014620f6c999a9a8532719aeac5875aCOPY
build/install tritonserver
06/24/2026 11:16 PM UTC
sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1WORKDIR
/opt
06/24/2026 11:16 PM UTC
sha256:a3ed95caeb02ffe68cdd9fd84406680ae93d633cb16422d00e8a7c22955b46d4LABEL
com.nvidia.build.ref=04a5082d584f92086a02a47a5f3e75e4d644e1f6
06/24/2026 11:16 PM UTC
...