Skip to content

Commit 021593f

Browse files
authored
Remove mention of custom backend (#2905)
1 parent c07e9c5 commit 021593f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/compose.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ To create an image containing the minimal possible Triton use the
5959
following multi-stage Dockerfile. As mentioned above the amount of
6060
customization currently available is limited. As a result the minimum
6161
Triton still contains both HTTP/REST and GRPC endpoints; S3, GCS and
62-
Azure Storage filesystem support; and the TensorRT and legacy custom
63-
backends.
62+
Azure Storage filesystem support; and the TensorRT backend.
6463

6564
```
6665
FROM nvcr.io/nvidia/tritonserver:<xx.yy>-py3 as full

0 commit comments

Comments
 (0)