You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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)
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-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
The text was updated successfully, but these errors were encountered: