Skip to content

Commit 57f8355

Browse files
authored
sycl: Update Intel docker images to use DPC++ 2025.0 (#10305)
1 parent 9901068 commit 57f8355

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devops/llama-cli-intel.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG ONEAPI_VERSION=2024.1.1-devel-ubuntu22.04
1+
ARG ONEAPI_VERSION=2025.0.0-0-devel-ubuntu22.04
22

33
FROM intel/oneapi-basekit:$ONEAPI_VERSION AS build
44

.devops/llama-server-intel.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG ONEAPI_VERSION=2024.1.1-devel-ubuntu22.04
1+
ARG ONEAPI_VERSION=2025.0.0-0-devel-ubuntu22.04
22

33
FROM intel/oneapi-basekit:$ONEAPI_VERSION AS build
44

0 commit comments

Comments
 (0)