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
{{ message }}
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
judge will mount /dev to standard/container/udev, but won't umount. So it's dangerous to do file operation in standard/container even the judge is stopped.
Expectation
Umount standard/container/udev before the judge exited. Also do check and umount in the build-container.sh
The text was updated successfully, but these errors were encountered:
Situation
judge will mount /dev to standard/container/udev, but won't umount. So it's dangerous to do file operation in standard/container even the judge is stopped.
Expectation
Umount standard/container/udev before the judge exited. Also do check and umount in the build-container.sh
The text was updated successfully, but these errors were encountered: