The Docker container stops when using python3 scripts/launch_triton_server.py --world_size 1 --model_repo=model_repo/
as the starting command in the Docker Compose YAML file.
#580
Labels
bug
Something isn't working
System Info
Who can help?
No response
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
Expected behavior
After running the
docker compose up
command, I expect the container to start the Triton server, wait for it, and remain running unless an error occurs.actual behavior
The container starts, runs the Python script, and exits immediately without waiting for the Triton server and TensorRT-LLM backend.
additional notes
This bug will be fixed with a simple command after the last line in scripts/launch_triton_server.py like this
The text was updated successfully, but these errors were encountered: