Skip to content

Commit b4f1d46

Browse files
committed
base it from the oneapi image
1 parent 42f5e46 commit b4f1d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ docker-image-intel:
560560

561561
docker-image-intel-xpu:
562562
docker build \
563-
--build-arg BASE_IMAGE=intel/intel-extension-for-pytorch:2.1.10-xpu \
563+
--build-arg BASE_IMAGE=intel/oneapi-basekit:2024.0.1-devel-ubuntu22.04 \
564564
--build-arg IMAGE_TYPE=$(IMAGE_TYPE) \
565565
--build-arg GO_TAGS="none" \
566566
--build-arg BUILD_TYPE=sycl_f32 -t $(DOCKER_IMAGE) .

0 commit comments

Comments
 (0)