Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container cvat_server is restarting, wait until the container is running #4590

Closed
2 tasks done
arasharchor opened this issue Apr 23, 2022 · 2 comments
Closed
2 tasks done

Comments

@arasharchor
Copy link

arasharchor commented Apr 23, 2022

My actions before raising this issue

Expected Behaviour

by typing docker exec -it cvat bash -ic 'python3 ~/manage.py createsuperuser'
I expectd to see the command line to ensert admin username, email and password

Current Behaviour

I am getting the following response
Error response from daemon: Container 1314e75cb455e709cd7a2f73f63c041bd95f2362a3b84b659a2ecb34679abf66 is restarting, wait until the container is running

Steps to Reproduce (for bugs)

  1. Ubuntu 20.04 LTS
  2. git clone https://github.com/opencv/cvat
  3. cd cvat
    4.export CVAT_HOST=SERVER_DOMAIN (e.g. cvat.github.com)
    5.docker-compose up -d
    6.docker exec -it cvat bash -ic 'python3 ~/manage.py createsuperuser'

Context

I am trying to install and compile CVAT on my own sever with Ubuntu 20.04 LTS

Your Environment

  • Git hash commit (git log -1):
    commit ba4175b (HEAD -> develop, origin/develop, origin/HEAD)
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date: Tue Apr 12 19:05:28 2022 +0300

    Bump ansi-regex from 3.0.0 to 3.0.1 in /cvat-core (Bump ansi-regex from 3.0.0 to 3.0.1 in /cvat-core #4565)

    Bumps ansi-regex from 3.0.0 to 3.0.1.


    updated-dependencies:

    • dependency-name: ansi-regex
      dependency-type: indirect
      ...

    Signed-off-by: dependabot[bot] support@github.com

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

  • Docker version docker version (e.g. Docker 17.0.05):
    Version: 20.10.14

  • Are you using Docker Swarm or Kubernetes?
    I do not know

  • Operating System and version (e.g. Linux, Windows, MacOS):
    Linux 20.04 LTS

@mherzog01
Copy link

The following worked for me: #4816 (comment)

@bsekachev
Copy link
Member

Closed as outdated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants