Skip to content

Commit 79854ee

Browse files
Add Intel GPU repository
1 parent d2e4a51 commit 79854ee

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,19 @@ deb_package_repos:
201201
sync_group: third_party
202202
distribution_name: ceph-reef-debian-
203203

204+
- name: Intel Graphics Repository
205+
url: https://repositories.intel.com/gpu/ubuntu
206+
policy: immediate
207+
architectures: amd64
208+
distributions: jammy/lts/2350
209+
components: unified
210+
mirror: true
211+
mode: verbatim
212+
base_path: intel/gpu/
213+
short_name: intel_gpu
214+
sync_group: third_party
215+
distribution_name: intel-gpu-
216+
204217
# Default filter string for Deb package repositories.
205218
deb_package_repo_filter: ""
206219

0 commit comments

Comments
 (0)