mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-11-04 14:49:58 +08:00
原来的dockerimage里没有MySQL-python,所以又改了下[CI SKIP]
This commit is contained in:
parent
eb376c49fc
commit
5000bbc38f
@ -9,7 +9,8 @@ redis_config = {
|
||||
|
||||
# 判题的 docker 容器的配置参数
|
||||
docker_config = {
|
||||
"image_name": "5453975e94c4",
|
||||
|
||||
"image_name": " 819d3da18dc1",
|
||||
"docker_path": "docker",
|
||||
"shell": True
|
||||
}
|
||||
@ -28,4 +29,4 @@ submission_db = {
|
||||
"db": "oj_submission",
|
||||
"user": "root",
|
||||
"password": "root"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user