-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
Description
UNKNOWN:No address added out of total 1 resolved for '0.0.0.0:8001' {created_time:"2025-09-28T09:24:10.742857333+00:00", children:[UNKNOWN:Failed to add any wildcard listeners {created_time:"2025-09-28T09:24:10.742846267+00:00", children:[UNKNOWN:Unable to configure socket {created_time:"2025-09-28T09:24:10.742816774+00:00", fd:169, children:[UNKNOWN:Address already in use {created_time:"2025-09-28T09:24:10.742779212+00:00", errno:98, os_error:"Address already in use", syscall:"bind"}]}, UNKNOWN:Unable to configure socket {created_time:"2025-09-28T09:24:10.742842885+00:00", fd:169, children:[UNKNOWN:Address already in use {syscall:"bind", os_error:"Address already in use", errno:98, created_time:"2025-09-28T09:24:10.742840139+00:00"}]}]}]}
Triton Information
the version is 25.06-py3
Are you using the Triton container or did you build it yourself?
1、first step :
sudo docker run -d --gpus all --runtime=nvidia --name triton_server -v /data/model_repo:/models -p 8000:8000 -p 8001:8001 -p 8002:8002 ntharbor.scc.com/scc/tritonserver:25.06-py3
2、second step:
tritonserver --model-repository=/models --model-control-mode=explicit --load-model=* --log-file=logs.txt --log-verbose=5 --log-info=true --log-warning=true --log-error=true --log-format=ISO8601
when i exec second step ,there will be an error as described above