-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathice_classifier.json
59 lines (59 loc) · 1.45 KB
/
ice_classifier.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"conditions": {
"executortype": "ice-kubeexecutor",
"nodes": 1,
"processespernode": 1,
"mem": "5Gi",
"cpu": "2000m",
"gpu": {
"name": "nvidia-gtx-2080ti",
"count": 1
},
"walltime": 600
},
"funcname": "execute",
"kwargs": {
"cmd": "python3",
"docker-image": "johan/classifier",
"rebuild-image": false,
"args": [
"/cfs/src/{processid}/classifier.py"
]
},
"fs": {
"mount": "/cfs",
"snapshots": [
{
"snapshotid": "{snapshotid}",
"label": "/src",
"dir": "/src/{processid}",
"keepfiles": false,
"keepsnaphot": false
},
{
"snapshotid": "{snapshotid}",
"label": "/data",
"dir": "/data",
"keepfiles": true,
"keepsnaphot": false
}
],
"dirs": [
{
"label": "/results",
"dir": "/results",
"keepfiles": true,
"onconflicts": {
"onstart": {
"keeplocal": false
},
"onclose": {
"keeplocal": true
}
}
}
]
},
"maxexectime": 600,
"maxretries": 3
}