-
Notifications
You must be signed in to change notification settings - Fork 254
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
No judge is available for this problem. #1100
Comments
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv Running live judge... These are my docker logs. |
my /mnt/problems folder is empty even after adding problems in site |
You need to point |
How can I do that, can you give me an example? Because I believe I did point |
Did you add test data for the problem? (i.e. from the problem page -> |
If you are using site-managed data and do not add test data, the folder will not be created. |
I also have this problem, unfortunately it has not been resolved |
Somehow related. Why dont I have PY2 here among self-testing executors? What determines the entries of the list? xxx@xxx:~/git/judge/dmoj/executors$ sudo docker logs xxx Running live judge... |
Some here. |
I have used Docker for the Setup, after posting a problem on dmoj, I can't do a submission.
local_settings.py
and used -
docker run
--name judge
-p "$(ip addr show dev enp1s0 | perl -ne 'm@inet (.)/.@ and print$1 and exit')":9998:9998
-v /mnt/problems:/problems
--cap-add=SYS_PTRACE
-d
--restart=always
dmoj/judge-tier1:latest
run -p "$PORT" -c /problems/judge.yml
"$IP" "$JUDGE_NAME" "$JUDGE_AUTHENTICATION_KEY"
for docker.
The text was updated successfully, but these errors were encountered: