question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Installing CVAT: unable to find the IP address for the container \cvat

See original GitHub issue

I am installing the v2.0.0-alpha version of cvat in my Ubuntu 16.04

The only changes I have made are:

  1. I have set the CVAT_HOST to the IP address of my machine xxx.xxx.xxx.xxx
  2. changed all 8080 ports to 8088 as my 8080 port is already in use.

After executing the command docker-compose -f docker-compose.yml up --build , I am getting the following error.

traefik | time=“2022-01-09T23:51:29Z” level=error msg=“service "cvat" error: unable to find the IP address for the container "/cvat": the server is ignored” providerName=docker container=cvat-cvat-fbcda30236d3385024e2d83db8b0ac06861095da56dfb001a79f338bcacd402f

when I run with -d, no errors shows up. image

CVAT website has loaded, but after running docker exec -it cvat bash -ic 'python3 ~/manage.py createsuperuser', nothing shows up to enter a username and password.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
bsekachevcommented, Jan 10, 2022

Try this alternative:

If you don’t have winpty installed or the above command does not work, you may also try the following:

# enter docker image first
docker exec -it cvat /bin/bash
# then run
python3 ~/manage.py createsuperuser
0reactions
ningjunwei2commented, Mar 29, 2022

i meet this problem too , the cvat docker is always Restarting


cvat_ui | 2022/03/29 09:09:38 [notice] 1#1: start worker process 50 cvat_ui | 2022/03/29 09:09:38 [emerg] 50#50: initgroups(nginx, 101) failed (14: Bad address) cvat exited with code 2 traefik | time=“2022-03-29T09:19:39Z” level=error msg=“service "cvat" error: unable to find the IP address for the container "/cvat": the server is ignored” providerName=docker container=cvat-cvat-f57b7f1ed0173b56733f513bebc191ba15ce075ea3d0f9a967a6fa144b9ee826

Read more comments on GitHub >

github_iconTop Results From Across the Web

unable to find the IP address for the container \cvat · Issue #4130
I have set the CVAT_HOST to the IP address of my machine xxx.xxx.xxx.xxx; changed all 8080 ports to 8088 as my 8080 port...
Read more >
opencv-cvat/public - Gitter
Hello, i'm using cvat to annotation dataset for training mask-rcnn. i found the options to dump annotation as: bounding-box, class mask. But i...
Read more >
Running cvat-server with docker-compose throws error
Anyone can help? I configured the following docker-compose.yml version: '3.8' services: cvat_postgres: image: postgres:latest restart: ...
Read more >
Cvat github
Message "Could not get models from the server Error: Request failed with status code 500. yaml Apr 29, 2021 · Clone CVAT的 GitHub...
Read more >
CVAT: Annotation Tool for Computer Vision [2022 Tutorial]
Learn about the Computer Vision Annotation Tool (CVAT), a software tool for annotating images for computer vision tasks. See how to install and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found