fix: update sycl docker image to oneapi 2025.3 (#1526)

This commit is contained in:
leejet 2026-05-19 21:59:15 +08:00 committed by GitHub
parent 9d8c9e4279
commit 99bd062546
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,5 @@
ARG SYCL_VERSION=2025.1.0-0
# ggml SYCL hardware detection uses BMG G31/WCL architecture enums added in oneAPI 2025.3.
ARG SYCL_VERSION=2025.3.2-0
FROM intel/oneapi-basekit:${SYCL_VERSION}-devel-ubuntu24.04 AS build