Skip to content

Commit 472c6be

Browse files
Remove redundant specification of docker image
Co-authored-by: aelovikov-intel <[email protected]>
1 parent 6751d2b commit 472c6be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/sycl-nightly.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,15 +237,13 @@ jobs:
237237
include:
238238
- name: Run compute-benchmarks on L0 Gen12
239239
runner: '["Linux", "gen12"]'
240-
image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest
241240
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
242241
target_devices: level_zero:gpu
243242
reset_intel_gpu: true
244243
uses: ./.github/workflows/sycl-linux-run-tests.yml
245244
with:
246245
name: ${{ matrix.name }}
247246
runner: ${{ matrix.runner }}
248-
image: ${{ matrix.image }}
249247
image_options: ${{ matrix.image_options }}
250248
target_devices: ${{ matrix.target_devices }}
251249
tests_selector: benchmark

0 commit comments

Comments
 (0)