@@ -76,67 +76,106 @@ slice_sets:
76
76
args :
77
77
- PY_VERSION=3.7
78
78
79
- object-detection :
80
- - add_to_name : " -object-detection "
79
+ intel-python :
80
+ - add_to_name : " "
81
81
partials :
82
- - common
83
- - python-build
84
- - tensorflow/model-source
85
- - object_detection/pip_installs
86
- - object_detection/protoc
82
+ - miniconda
83
+ - intel-python
87
84
args :
88
- - PY_VERSION=3.7
85
+ - PY_VERSION=3
86
+ - INTEL_PY_BUILD=2020.2
89
87
90
88
image-recognition :
91
89
- add_to_name : " -image-recognition"
92
90
partials :
93
91
- common
92
+ files :
93
+ - source : LICENSE
94
+ destination : licenses/LICENSE
95
+ - source : third_party
96
+ destination : licenses/third_party
97
+
98
+ preprocess-coco-val :
99
+ - add_to_name : " -preprocess-coco-val"
100
+ dockerfile_subdirectory : " dataset_containers"
101
+ partials :
102
+ - model_package
103
+ - datasets/execute_preprocess_coco_val
104
+ - entrypoint
105
+ args :
106
+ - TF_MODELS_BRANCH=1efe98bb8e8d98bbffc703a90d88df15fc2ce906
107
+ - PACKAGE_NAME=preprocess-coco-val
108
+ - TENSORFLOW_TAG=1.15.2
109
+ files :
110
+ - source : datasets/coco
111
+ destination : scripts
112
+ - source : LICENSE
113
+ destination : licenses/LICENSE
114
+ - source : third_party
115
+ destination : licenses/third_party
94
116
95
117
image-segmentation :
96
118
- add_to_name : " -image-segmentation"
97
119
partials :
98
120
- common
121
+ files :
122
+ - source : LICENSE
123
+ destination : licenses/LICENSE
124
+ - source : third_party
125
+ destination : licenses/third_party
99
126
100
127
language-modeling :
101
128
- add_to_name : " -language-modeling"
102
129
partials :
103
130
- common
104
-
105
- recommendation :
106
- - add_to_name : " -recommendation"
107
- partials :
108
- - common
109
-
110
- text-to-speech :
111
- - add_to_name : " -text-to-speech"
112
- partials :
113
- - common
131
+ files :
132
+ - source : LICENSE
133
+ destination : licenses/LICENSE
134
+ - source : third_party
135
+ destination : licenses/third_party
114
136
115
137
language-translation :
116
138
- add_to_name : " -language-translation"
117
139
partials :
118
140
- common
141
+ files :
142
+ - source : LICENSE
143
+ destination : licenses/LICENSE
144
+ - source : third_party
145
+ destination : licenses/third_party
119
146
120
- preprocess-coco-val :
121
- - add_to_name : " -preprocess-coco-val"
122
- dockerfile_subdirectory : " dataset_containers"
147
+ object-detection :
148
+ - add_to_name : " -object-detection"
123
149
partials :
124
- - model_package
125
- - datasets/execute_preprocess_coco_val
126
- - entrypoint
150
+ - common
151
+ - python-build
152
+ - tensorflow/model-source
153
+ - object_detection/pip_installs
154
+ - object_detection/protoc
127
155
args :
128
- - TF_MODELS_BRANCH=1efe98bb8e8d98bbffc703a90d88df15fc2ce906
129
- - PACKAGE_NAME=preprocess-coco-val
130
- - TENSORFLOW_TAG=1.15.2
156
+ - PY_VERSION=3.7
131
157
files :
132
- - source : datasets/coco
133
- destination : scripts
158
+ - source : LICENSE
159
+ destination : licenses/LICENSE
160
+ - source : third_party
161
+ destination : licenses/third_party
134
162
135
- intel-python :
136
- - add_to_name : " "
163
+ recommendation :
164
+ - add_to_name : " -recommendation "
137
165
partials :
138
- - miniconda
139
- - intel-python
140
- args :
141
- - PY_VERSION=3
142
- - INTEL_PY_BUILD=2020.2
166
+ - common
167
+ files :
168
+ - source : LICENSE
169
+ destination : licenses/LICENSE
170
+ - source : third_party
171
+ destination : licenses/third_party
172
+
173
+ text-to-speech :
174
+ - add_to_name : " -text-to-speech"
175
+ partials :
176
+ - common
177
+ files :
178
+ - source : LICENSE
179
+ destination : licenses/LICENSE
180
+ - source : third_party
181
+ destination : licenses/third_party
0 commit comments