Container Generation#

The files in this folder are intended to be used to create the custom container image for multi-node Triton + TRT-LLM EKS deployment including installation of EFA components.

Run the following command to create the container image.

docker build --file ./triton_trt_llm.containerfile --tag <image_name_here> .