Skip to content

Commit 3cc8931

Browse files
committed
Add 'third_party' to docker and Model packages
1 parent ad1ea9f commit 3cc8931

File tree

2 files changed

+78
-39
lines changed

2 files changed

+78
-39
lines changed

third_party/Intel_Model_Zoo_v2.0_Container_tpps.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Third party programs and their corresponding required notices and/or license ter
5757

5858
Intel Model Zoo Workflow Based Container(s)
5959

60-
intel/intel-optimized-tensorflow:2.2.0-ubuntu-20.04
60+
intel/intel-optimized-tensorflow:2.3.0-ubuntu-20.04
6161

6262
intel-quantization
6363

@@ -11833,14 +11833,14 @@ terms specified in this license.
1183311833

1183411834
The following third party programs have their own third party program files. These additional third party program files are as follows:
1183511835

11836-
1. intel/intel-optimized-tensorflow:2.2.0-ubuntu-20.04 https://github.com/Intel-tensorflow/tensorflow/blob/r2.3/third-party-programs.txt
11836+
1. intel/intel-optimized-tensorflow:2.3.0-ubuntu-20.04 https://github.com/Intel-tensorflow/tensorflow/blob/r2.3/third-party-programs.txt
1183711837
2. Intel® Quantization Tool (intel-quantization): https://github.com/IntelAI/tools/blob/master/api/third-party-programs.txt
1183811838
3. oneAPI Deep Neural Network Library (oneDNN): https://github.com/oneapi-src/oneDNN/blob/master/THIRD-PARTY-PROGRAMS
1183911839

1184011840
---------------------------------------------------------------------------------------------------------------------
1184111841

1184211842
The docker container layers depends on the use of the following additional layers.
11843-
1. intel/intel-optimized-tensorflow:2.2.0-ubuntu-20.04 ubuntu:20.04
11843+
1. intel/intel-optimized-tensorflow:2.3.0-ubuntu-20.04 ubuntu:20.04
1184411844

1184511845
---------------------------------------------------------------------------------------------------------------------
1184611846

tools/docker/specs/base_spec.yml

+75-36
Original file line numberDiff line numberDiff line change
@@ -76,67 +76,106 @@ slice_sets:
7676
args:
7777
- PY_VERSION=3.7
7878

79-
object-detection:
80-
- add_to_name: "-object-detection"
79+
intel-python:
80+
- add_to_name: ""
8181
partials:
82-
- common
83-
- python-build
84-
- tensorflow/model-source
85-
- object_detection/pip_installs
86-
- object_detection/protoc
82+
- miniconda
83+
- intel-python
8784
args:
88-
- PY_VERSION=3.7
85+
- PY_VERSION=3
86+
- INTEL_PY_BUILD=2020.2
8987

9088
image-recognition:
9189
- add_to_name: "-image-recognition"
9290
partials:
9391
- 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
94116

95117
image-segmentation:
96118
- add_to_name: "-image-segmentation"
97119
partials:
98120
- common
121+
files:
122+
- source: LICENSE
123+
destination: licenses/LICENSE
124+
- source: third_party
125+
destination: licenses/third_party
99126

100127
language-modeling:
101128
- add_to_name: "-language-modeling"
102129
partials:
103130
- 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
114136

115137
language-translation:
116138
- add_to_name: "-language-translation"
117139
partials:
118140
- common
141+
files:
142+
- source: LICENSE
143+
destination: licenses/LICENSE
144+
- source: third_party
145+
destination: licenses/third_party
119146

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"
123149
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
127155
args:
128-
- TF_MODELS_BRANCH=1efe98bb8e8d98bbffc703a90d88df15fc2ce906
129-
- PACKAGE_NAME=preprocess-coco-val
130-
- TENSORFLOW_TAG=1.15.2
156+
- PY_VERSION=3.7
131157
files:
132-
- source: datasets/coco
133-
destination: scripts
158+
- source: LICENSE
159+
destination: licenses/LICENSE
160+
- source: third_party
161+
destination: licenses/third_party
134162

135-
intel-python:
136-
- add_to_name: ""
163+
recommendation:
164+
- add_to_name: "-recommendation"
137165
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

Comments
 (0)