原来的dockerimage里没有MySQL-python,所以又改了下[CI SKIP]

This commit is contained in:
lsxwxs
2015-09-02 23:03:05 +08:00
parent eb376c49fc
commit 5000bbc38f

View File

@@ -9,7 +9,8 @@ redis_config = {
# 判题的 docker 容器的配置参数 # 判题的 docker 容器的配置参数
docker_config = { docker_config = {
"image_name": "5453975e94c4",
"image_name": " 819d3da18dc1",
"docker_path": "docker", "docker_path": "docker",
"shell": True "shell": True
} }
@@ -28,4 +29,4 @@ submission_db = {
"db": "oj_submission", "db": "oj_submission",
"user": "root", "user": "root",
"password": "root" "password": "root"
} }