1.下载程序
git clone https://github.com/openvinotoolkit/cvat
cd cvat
docker-compose up -d
2.修改密码
docker exec -it cvat bash -ic 'python3 ~/manage.py createsuperuser'
Username: admin
Email address: admin@admin.com
Password:
Password (again):
The password is too similar to the username.
This password is too short. It must contain at least 8 characters.
This password is too common.
Bypass password validation and create user anyway? [y/N]: y
Superuser created successfully.
3.访问程序
http://localhost:8080 就可以使用刚才创建的账号密码进行登录了。