CVAT installation Issue
Closed this issue · 1 comments
sailokeshaithagoni 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
Clone and go to dir, docker compose up -d.
docker logs cvat_server
Error: positional arguments are not supported: ['init', 'run', 'server']
For help, use /usr/bin/supervisord -h
Error: positional arguments are not supported: ['init', 'run', 'server']
For help, use /usr/bin/supervisord -h
Expected Behavior
No response
Possible Solution
No response
Context
No response
Environment
No response
azhavoro commented
Seems you have old cvat images locally with dev
tag, try to use latest release or run docker compose pull
before run