-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Server Error (500) after log in as a super user #132
Comments
I did as your suggestion: However encounter the following exception: Step 25/34 : RUN pip3 install --no-cache-dir -r /tmp/requirements/${DJANGO_CONFIGURATION}.txt Exception: During handling of the above exception, another exception occurred: Traceback (most recent call last): |
After reboot the OS, the issue above disappear. |
Before I log in , every thing goes well. I don't enable tf_annotation, because I have no Nvidia GPU.
Soon after I create super user using the following cmd:
docker exec -it cvat sh -c '/usr/bin/python3 ~/manage.py createsuperuser'
And go to http://localhost:8080/, after input user and password, in the next page showing
Server Error (500).
OS: Ubuntu
(Linux version 4.15.0-29-generic (buildd@lgw01-amd64-057) (gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #31-Ubuntu SMP Tue Jul 17 15:39:52 UTC 2018)
Need your help here. Thanks.
The text was updated successfully, but these errors were encountered: