diff --git a/docs/compose.md b/docs/compose.md index 6ea0c7ee05..8c903a15c0 100644 --- a/docs/compose.md +++ b/docs/compose.md @@ -59,8 +59,7 @@ To create an image containing the minimal possible Triton use the following multi-stage Dockerfile. As mentioned above the amount of customization currently available is limited. As a result the minimum Triton still contains both HTTP/REST and GRPC endpoints; S3, GCS and -Azure Storage filesystem support; and the TensorRT and legacy custom -backends. +Azure Storage filesystem support; and the TensorRT backend. ``` FROM nvcr.io/nvidia/tritonserver:-py3 as full