mirror of
https://github.com/QingdaoU/JudgeServer.git
synced 2024-12-28 04:51:44 +00:00
add /dev/shm to tmpfs
to avoid python subprocess issues
This commit is contained in:
parent
8c2d30547c
commit
e27c662a66
@ -14,6 +14,7 @@ services:
|
||||
- /tmp
|
||||
- /judger_run:exec,mode=777
|
||||
- /spj:exec,mode=777
|
||||
- /dev/shm:mode=777
|
||||
volumes:
|
||||
- $PWD/tests/test_case:/test_case:ro
|
||||
- $PWD/log:/log
|
||||
|
Loading…
Reference in New Issue
Block a user