Skip to content

Commit 8a8ab5f

Browse files
committed
merge changes with main
Signed-off-by: Srikanth Ramakrishna <srikanth.ramakrishna@intel.com>
2 parents e08d231 + 1b1c1d4 commit 8a8ab5f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+1704
-227
lines changed

.github/dependabot.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ updates:
8383
groups:
8484
preset:
8585
patterns:
86-
- "*requirements.txt"
86+
- "*"
8787
package-ecosystem: pip
8888
schedule:
8989
interval: weekly
@@ -95,3 +95,11 @@ updates:
9595
package-ecosystem: pip
9696
schedule:
9797
interval: weekly
98+
- directory: enterprise/redhat/openshift-ai/gaudi/docker
99+
groups:
100+
gaudi-openshift:
101+
patterns:
102+
- "*"
103+
package-ecosystem: pip
104+
schedule:
105+
interval: weekly

.github/release/v0.4.0.json

+230
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,230 @@
1+
[
2+
{
3+
"base": "ubuntu:22.04",
4+
"dockerfile": "python/Dockerfile",
5+
"repo": "intel/python",
6+
"tag": "3.10-core"
7+
},
8+
{
9+
"base": "ubuntu:22.04",
10+
"dockerfile": "python/Dockerfile",
11+
"repo": "intel/python",
12+
"tag": "3.10-full"
13+
},
14+
{
15+
"base": "ubuntu:22.04",
16+
"dockerfile": "classical-ml/Dockerfile",
17+
"repo": "intel/intel-optimized-ml",
18+
"tag": "2024.6.0-pip-base"
19+
},
20+
{
21+
"base": "intel/intel-optimized-ml:2024.6.0-pip-base",
22+
"dockerfile": "classical-ml/Dockerfile",
23+
"repo": "intel/intel-optimized-ml",
24+
"tag": "2024.6.0-pip-jupyter"
25+
},
26+
{
27+
"base": "intel/python:3.10-core",
28+
"dockerfile": "classical-ml/Dockerfile",
29+
"repo": "intel/intel-optimized-ml",
30+
"tag": "2024.6.0-idp-base"
31+
},
32+
{
33+
"base": "intel/intel-optimized-ml:2024.6.0-idp-base",
34+
"dockerfile": "classical-ml/Dockerfile",
35+
"repo": "intel/intel-optimized-ml",
36+
"tag": "2024.6.0-idp-jupyter"
37+
},
38+
{
39+
"base": "ubuntu:22.04",
40+
"dockerfile": "tensorflow/Dockerfile",
41+
"repo": "intel/intel-optimized-tensorflow",
42+
"tag": "2.15.0.1-xpu-pip-base"
43+
},
44+
{
45+
"base": "intel/intel-optimized-tensorflow:2.15.0.1-xpu-pip-base",
46+
"dockerfile": "tensorflow/Dockerfile",
47+
"repo": "intel/intel-optimized-tensorflow",
48+
"tag": "2.15.0.1-xpu-pip-jupyter"
49+
},
50+
{
51+
"base": "intel/python:3.10-core",
52+
"dockerfile": "tensorflow/Dockerfile",
53+
"repo": "intel/intel-optimized-tensorflow",
54+
"tag": "2.15.0.1-xpu-idp-base"
55+
},
56+
{
57+
"base": "intel/intel-optimized-tensorflow:2.15.0.1-xpu-idp-base",
58+
"dockerfile": "tensorflow/Dockerfile",
59+
"repo": "intel/intel-optimized-tensorflow",
60+
"tag": "2.15.0.1-xpu-idp-jupyter"
61+
},
62+
{
63+
"base": "ubuntu:22.04",
64+
"dockerfile": "tensorflow/Dockerfile",
65+
"repo": "intel/intel-optimized-tensorflow",
66+
"tag": "2.15.1-pip-base"
67+
},
68+
{
69+
"base": "intel/intel-optimized-tensorflow:2.15.1-pip-base",
70+
"dockerfile": "tensorflow/Dockerfile",
71+
"repo": "intel/intel-optimized-tensorflow",
72+
"tag": "2.15.1-pip-jupyter"
73+
},
74+
{
75+
"base": "intel/intel-optimized-tensorflow:2.15.1-pip-base",
76+
"dockerfile": "tensorflow/Dockerfile",
77+
"repo": "intel/intel-optimized-tensorflow",
78+
"tag": "2.15.1-pip-multinode"
79+
},
80+
{
81+
"base": "intel/python:3.10-core",
82+
"dockerfile": "tensorflow/Dockerfile",
83+
"repo": "intel/intel-optimized-tensorflow",
84+
"tag": "2.15.0-idp-base"
85+
},
86+
{
87+
"base": "intel/intel-optimized-tensorflow:2.15.0-idp-base",
88+
"dockerfile": "tensorflow/Dockerfile",
89+
"repo": "intel/intel-optimized-tensorflow",
90+
"tag": "2.15.0-idp-jupyter"
91+
},
92+
{
93+
"base": "intel/intel-optimized-tensorflow:2.15.0-idp-base",
94+
"dockerfile": "tensorflow/Dockerfile",
95+
"repo": "intel/intel-optimized-tensorflow",
96+
"tag": "2.15.0-idp-multinode"
97+
},
98+
{
99+
"base": "ubuntu:22.04",
100+
"dockerfile": "pytorch/Dockerfile",
101+
"repo": "intel/intel-optimized-pytorch",
102+
"tag": "2.1.40-xpu-pip-base"
103+
},
104+
{
105+
"base": "intel/intel-optimized-pytorch:2.1.40-xpu-pip-base",
106+
"dockerfile": "pytorch/Dockerfile",
107+
"repo": "intel/intel-optimized-pytorch",
108+
"tag": "2.1.40-xpu-pip-jupyter"
109+
},
110+
{
111+
"base": "intel/python:3.10-core",
112+
"dockerfile": "pytorch/Dockerfile",
113+
"repo": "intel/intel-optimized-pytorch",
114+
"tag": "2.1.40-xpu-idp-base"
115+
},
116+
{
117+
"base": "intel/intel-optimized-pytorch:2.1.40-xpu-idp-base",
118+
"dockerfile": "pytorch/Dockerfile",
119+
"repo": "intel/intel-optimized-pytorch",
120+
"tag": "2.1.40-xpu-idp-jupyter"
121+
},
122+
{
123+
"base": "ubuntu:22.04",
124+
"dockerfile": "pytorch/Dockerfile",
125+
"repo": "intel/intel-optimized-pytorch",
126+
"tag": "2.4.0-pip-base"
127+
},
128+
{
129+
"base": "intel/intel-optimized-pytorch:2.4.0-pip-base",
130+
"dockerfile": "pytorch/Dockerfile",
131+
"repo": "intel/intel-optimized-pytorch",
132+
"tag": "2.4.0-pip-jupyter"
133+
},
134+
{
135+
"base": "intel/intel-optimized-pytorch:2.4.0-pip-base",
136+
"dockerfile": "pytorch/Dockerfile",
137+
"repo": "intel/intel-optimized-pytorch",
138+
"tag": "2.4.0-pip-multinode"
139+
},
140+
{
141+
"base": "intel/intel-optimized-pytorch:2.4.0-pip-multinode",
142+
"dockerfile": "pytorch/Dockerfile",
143+
"repo": "intel/intel-optimized-pytorch",
144+
"tag": "2.4.0-pip-hf-4.44.0-genai"
145+
},
146+
{
147+
"base": "intel/python:3.10-core",
148+
"dockerfile": "pytorch/Dockerfile",
149+
"repo": "intel/intel-optimized-pytorch",
150+
"tag": "2.4.0-idp-base"
151+
},
152+
{
153+
"base": "intel/intel-optimized-pytorch:2.4.0-idp-base",
154+
"dockerfile": "pytorch/Dockerfile",
155+
"repo": "intel/intel-optimized-pytorch",
156+
"tag": "2.4.0-idp-jupyter"
157+
},
158+
{
159+
"base": "intel/intel-optimized-pytorch:2.4.0-idp-base",
160+
"dockerfile": "pytorch/Dockerfile",
161+
"repo": "intel/intel-optimized-pytorch",
162+
"tag": "2.4.0-idp-multinode"
163+
},
164+
{
165+
"base": "intel/intel-optimized-pytorch:2.4.0-idp-multinode",
166+
"dockerfile": "pytorch/Dockerfile",
167+
"repo": "intel/intel-optimized-pytorch",
168+
"tag": "2.4.0-idp-hf-4.44.0-genai"
169+
},
170+
{
171+
"base": "ubuntu:22.04",
172+
"dockerfile": "pytorch/Dockerfile",
173+
"repo": "intel/intel-optimized-pytorch",
174+
"tag": "2.4.0-serving-cpu"
175+
},
176+
{
177+
"base": "ubuntu:22.04",
178+
"dockerfile": "pytorch/Dockerfile",
179+
"repo": "intel/intel-optimized-pytorch",
180+
"tag": "2.4.0-serving-xpu"
181+
},
182+
{
183+
"base": "ubuntu:22.04",
184+
"dockerfile": "preset/classical-ml/Dockerfile",
185+
"repo": "intel/classical-ml",
186+
"tag": "latest-py3.9"
187+
},
188+
{
189+
"base": "ubuntu:22.04",
190+
"dockerfile": "preset/classical-ml/Dockerfile",
191+
"repo": "intel/classical-ml",
192+
"tag": "latest-py3.10"
193+
},
194+
{
195+
"base": "ubuntu:22.04",
196+
"dockerfile": "preset/data-analytics/Dockerfile",
197+
"repo": "intel/data-analytics",
198+
"tag": "latest-py3.9"
199+
},
200+
{
201+
"base": "ubuntu:22.04",
202+
"dockerfile": "preset/data-analytics/Dockerfile",
203+
"repo": "intel/data-analytics",
204+
"tag": "latest-py3.10"
205+
},
206+
{
207+
"base": "ubuntu:22.04",
208+
"dockerfile": "preset/deep-learning/Dockerfile",
209+
"repo": "intel/deep-learning",
210+
"tag": "latest-py3.9"
211+
},
212+
{
213+
"base": "ubuntu:22.04",
214+
"dockerfile": "preset/deep-learning/Dockerfile",
215+
"repo": "intel/deep-learning",
216+
"tag": "latest-py3.10"
217+
},
218+
{
219+
"base": "ubuntu:22.04",
220+
"dockerfile": "preset/inference-optimization/Dockerfile",
221+
"repo": "intel/inference-optimization",
222+
"tag": "latest-py3.9"
223+
},
224+
{
225+
"base": "ubuntu:22.04",
226+
"dockerfile": "preset/inference-optimization/Dockerfile",
227+
"repo": "intel/inference-optimization",
228+
"tag": "latest-py3.10"
229+
}
230+
]

.github/workflows/chart-ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: kubectl
2727
steps:
2828
- name: Harden Runner
29-
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
29+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
3030
with:
3131
egress-policy: audit
3232
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

.github/workflows/container-ci.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
6767
steps:
6868
- name: Harden Runner
69-
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
69+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
7070
with:
7171
egress-policy: audit
7272
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
@@ -117,7 +117,7 @@ jobs:
117117
matrix: ${{ steps.scan-matrix.outputs.matrix }}
118118
steps:
119119
- name: Harden Runner
120-
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
120+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
121121
with:
122122
egress-policy: audit
123123
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
@@ -136,7 +136,7 @@ jobs:
136136
fail-fast: false
137137
steps:
138138
- name: Harden Runner
139-
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
139+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
140140
with:
141141
egress-policy: audit
142142
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
@@ -155,7 +155,7 @@ jobs:
155155
- name: Cleanup
156156
if: always()
157157
run: docker rmi -f ${{ secrets.REGISTRY }}/${{ secrets.REPO }}:${{ matrix.container }}
158-
- uses: github/codeql-action/upload-sarif@2c779ab0d087cd7fe7b826087247c2c81f27bfa6 # v3.26.5
158+
- uses: github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
159159
with:
160160
sarif_file: '${{ matrix.container }}-scan.sarif'
161161
category: '${{ matrix.container }}'
@@ -170,7 +170,7 @@ jobs:
170170
matrix: ${{ steps.test-matrix.outputs.matrix }}
171171
steps:
172172
- name: Harden Runner
173-
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
173+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
174174
with:
175175
egress-policy: audit
176176
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
@@ -187,7 +187,7 @@ jobs:
187187
experimental: [true]
188188
fail-fast: false
189189
steps:
190-
- uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
190+
- uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
191191
with:
192192
egress-policy: audit
193193
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

.github/workflows/dependency-review.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
pull-requests: write
3535
steps:
3636
- name: Harden Runner
37-
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
37+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
3838
with:
3939
egress-policy: audit
4040
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

.github/workflows/dockerhub-description.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
matrix: ${{ steps.set-matrix.outputs.matrix }}
2525
steps:
2626
- name: Harden Runner
27-
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
27+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
2828
with:
2929
egress-policy: audit
3030
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
@@ -39,7 +39,7 @@ jobs:
3939
fail-fast: false
4040
steps:
4141
- name: Harden Runner
42-
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
42+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
4343
with:
4444
egress-policy: audit
4545
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

.github/workflows/docs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
pages: write
3333
steps:
3434
- name: Harden Runner
35-
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
35+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
3636
with:
3737
egress-policy: audit
3838
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
39-
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
39+
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
4040
with:
4141
python-version: 3.8
4242
cache: pip

.github/workflows/integration-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
groups: ${{ steps.group-list.outputs.FOLDERS }}
2727
steps:
2828
- name: Harden Runner
29-
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
29+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
3030
with:
3131
egress-policy: audit
3232
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
@@ -118,7 +118,7 @@ jobs:
118118
if: always()
119119
steps:
120120
- name: Harden Runner
121-
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
121+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
122122
with:
123123
egress-policy: audit
124124
- run: exit 1

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
statuses: write
3232
steps:
3333
- name: Harden Runner
34-
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
34+
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
3535
with:
3636
egress-policy: audit
3737
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

0 commit comments

Comments
 (0)