-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpowerai-base.yml
107 lines (107 loc) · 3.82 KB
/
powerai-base.yml
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"apiVersion": "v1",
"kind": "ImageStream",
"metadata": {
"annotations": {
"openshift.io/display-name": "PowerAI"
},
"name": "powerai"
},
"spec": {
"tags": [
{
"annotations": {
"description": "Build and run any PowerAI application on RHEL 7.",
"iconClass": "icon-datagrid",
"openshift.io/display-name": "PowerAI (Latest)",
"openshift.io/provider-display-name": "IBM",
"tags": "builder,powerai,ppc64le"
},
"from": {
"kind": "ImageStreamTag",
"name": "1.6.0-all-ubuntu18.04-py3-ppc64le_cloud"
},
"name": "latest",
"referencePolicy": {
"type": "Local"
}
},
{
"annotations": {
"description": "Build and run any PowerAI application on RHEL 7.",
"iconClass": "icon-datagrid",
"openshift.io/display-name": "PowerAI (1.5.4)",
"openshift.io/provider-display-name": "IBM",
"supports": "powerai:1.5.4-all-ubuntu18.04,powerai",
"tags": "builder,powerai",
"version": "1.5.4"
},
"from": {
"kind": "DockerImage",
"name": "docker.io/ibmcom/powerai:1.5.4-all-ubuntu18.04"
},
"name": "1.5.4",
"referencePolicy": {
"type": "Local"
}
},
{
"annotations": {
"description": "Build and run any PowerAI application on RHEL 7.",
"iconClass": "icon-datagrid",
"openshift.io/display-name": "PowerAI (1.6.0-tensorflow)",
"openshift.io/provider-display-name": "IBM",
"supports": "powerai:1.6.0-tensorflow-ubuntu18.04-py3-ppc64le_cloud,powerai",
"tags": "builder,powerai",
"version": "1.6.0-tensorflow"
},
"from": {
"kind": "DockerImage",
"name": "docker.io/ibmcom/powerai:1.6.0-tensorflow-ubuntu18.04-py3-ppc64le_cloud"
},
"name": "1.6.0-tensorflow",
"referencePolicy": {
"type": "Local"
}
},
{
"annotations": {
"description": "Build and run any PowerAI application on RHEL 7.",
"iconClass": "icon-datagrid",
"openshift.io/display-name": "PowerAI (1.6.0-pytorch)",
"openshift.io/provider-display-name": "IBM",
"supports": "powerai:1.6.0-pytorch-ubuntu18.04-py3-ppc64le_cloud,powerai",
"tags": "builder,powerai",
"version": "1.6.0-pytorch"
},
"from": {
"kind": "DockerImage",
"name": "docker.io/ibmcom/powerai:1.6.0-pytorch-ubuntu18.04-py3-ppc64le_cloud"
},
"name": "1.6.0-pytorch",
"referencePolicy": {
"type": "Local"
}
},
{
"annotations": {
"description": "Build and run any PowerAI application on RHEL 7.",
"iconClass": "icon-datagrid",
"openshift.io/display-name": "PowerAI (1.6.0-caffe)",
"openshift.io/provider-display-name": "IBM",
"supports": "powerai:1.6.0-caffe-ubuntu18.04-py3-ppc64le_cloud,powerai",
"tags": "builder,powerai",
"version": "1.6.0-caffe"
},
"from": {
"kind": "DockerImage",
"name": "docker.io/ibmcom/powerai:1.6.0-caffe-ubuntu18.04-py3-ppc64le_cloud"
},
"name": "1.6.0-caffe",
"referencePolicy": {
"type": "Local"
}
}
]
}
}