Skip to content

Commit 967a5fc

Browse files
committed
working buildable template
1 parent 0989d18 commit 967a5fc

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

image-templates/ubuntu24-x86_64-minimal-ptl-pv.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ systemConfig:
127127
- cron
128128
- ethtool
129129
- iproute2
130+
- libtbb12
130131
# PTL packages
131132
- libigfxcmrt-dev
132133
- libigfxcmrt7
@@ -323,9 +324,6 @@ systemConfig:
323324
- linux-headers-6.17
324325

325326
configurations:
326-
# Install pinned iproute2 version for PTL (from installer PPAUpdate)
327-
- cmd: "wget http://ftp.ubuntu.com/ubuntu/pool/main/i/iproute2/iproute2_6.14.0-1ubuntu1_amd64.deb -O /tmp/iproute2_6.14.0-1ubuntu1_amd64.deb"
328-
- cmd: "DEBIAN_FRONTEND=noninteractive apt-get install -y /tmp/iproute2_6.14.0-1ubuntu1_amd64.deb"
329327
# Install Intel Graphics Compiler and compute runtime packages for PTL
330328
- cmd: "mkdir -p /tmp/gpu-packages"
331329
- cmd: "wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.20.3/intel-igc-core-2_2.20.3+19972_amd64.deb -O /tmp/gpu-packages/intel-igc-core-2_2.20.3+19972_amd64.deb --no-check-certificate 2>&1 || echo 'Warning: intel-igc-core-2 download failed'"
@@ -341,5 +339,4 @@ systemConfig:
341339
- cmd: "mkdir -p /tmp/npu-driver"
342340
- cmd: "cd /tmp/npu-driver && wget https://github.com/intel/linux-npu-driver/releases/download/v1.28.0/linux-npu-driver-v1.28.0.20251218-20347000698-ubuntu2404.tar.gz -O /tmp/npu-driver/linux-npu-driver-v1.28.0.20251218-20347000698-ubuntu2404.tar.gz --no-check-certificate"
343341
- cmd: "cd /tmp/npu-driver && tar -xf linux-npu-driver-v1.28.0.20251218-20347000698-ubuntu2404.tar.gz"
344-
- cmd: "apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y libtbb12"
345342
- cmd: "find /tmp/npu-driver -name '*.deb' -print0 | xargs -0 dpkg -i"

0 commit comments

Comments
 (0)