mirror of
https://github.com/QingdaoU/JudgeServer.git
synced 2025-11-04 14:50:01 +08: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
|
- /tmp
|
||||||
- /judger_run:exec,mode=777
|
- /judger_run:exec,mode=777
|
||||||
- /spj:exec,mode=777
|
- /spj:exec,mode=777
|
||||||
|
- /dev/shm:mode=777
|
||||||
volumes:
|
volumes:
|
||||||
- $PWD/tests/test_case:/test_case:ro
|
- $PWD/tests/test_case:/test_case:ro
|
||||||
- $PWD/log:/log
|
- $PWD/log:/log
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user