a b/brats_toolkit/config/cpu_dockers.json
1
{
2
    "econib":{
3
        "name":"econib",
4
        "author":"Michal Marcinkiewicz",
5
        "fileformat":"gz-b17",
6
        "runtime":"runc",
7
        "id":"econib/brats-2018",
8
        "command":" ",
9
        "mountpoint":"/data"
10
    },
11
    "lfb_rwth":{
12
        "name":"lfb_rwth",
13
        "author":"Leon Weninger",
14
        "fileformat":"gz-b17-t1",
15
        "runtime":"runc",
16
        "id":"leonweninger/brats18_segmentation",
17
        "command":" ",
18
        "mountpoint":"/data"
19
    },
20
    "gbmnet":{
21
        "name":"gbmnet",
22
        "author":"Nicholas Nuechterlein",
23
        "fileformat":"gz-b17-t1",
24
        "runtime":"runc",
25
        "id":"nknuecht/gbmnet18",
26
        "command":"python evaluate.py",
27
        "mountpoint":"/data"
28
    }
29
}