Auto Annotation fails with Tracker Initialization error
Closed this issue · 1 comments
trathpai commented
Actions before raising this issue
- I searched the existing issues and did not find anything similar.
- I read/searched the docs
Steps to Reproduce
docker compose -f docker-compose.yml -f components/serverless/docker-compose-serverless.yml up -d
deploy nuctl function such as siammask
Press f or play button
Expected Behavior
Auto annotate should work without errors.
Possible Solution
No response
Context
Tracker initialization error
HTTPConnectionPool(host='host.docker.internal', port=8000): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fbaec1976a0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
All services are working including nuctl deployed functions.
Environment
Git hash commit commit 7f764a2fcc78fe29f362b46ddac54139ceb7b482 (HEAD -> develop, origin/develop, origin/HEAD)
Docker version 27.3.1
OS - Linux
azhavoro commented
Name or service not known
host.docker.internal
can't be resolved but should be, this is not CVAT related, please refer to the Docker documentation