You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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