Skip to content
This repository was archived by the owner on Oct 19, 2025. It is now read-only.

Commit b4a3fcc

Browse files
committed
Change install requirements on some Intel packages that were updated and no longer exist.
1 parent adae0a2 commit b4a3fcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ RUN no_proxy=$no_proxy wget --progress=dot:giga -O- https://apt.repos.intel.com/
2323
#ARG MKL_VER=2024.0.0-49656
2424
# intel-oneapi-compiler-shared-common provides `sycl-ls`
2525
#ARG CMPLR_COMMON_VER=2024.0
26-
ARG DPCPP_VER=2023.2.2-47
26+
ARG DPCPP_VER=2023.2.4-49553
2727
ARG MKL_VER=2023.2.0-49495
28-
ARG CMPLR_COMMON_VER=2023.2.2
28+
ARG CMPLR_COMMON_VER=2023.2.4
2929
RUN apt-get update && \
3030
apt-get install -y --no-install-recommends --fix-missing \
3131
intel-oneapi-runtime-dpcpp-cpp=${DPCPP_VER} \
@@ -52,7 +52,7 @@ RUN mkdir /oneapi-lib
5252
#ARG CMPLR_COMMON_VER=2024.0
5353
#COPY --from=oneapi-lib-installer /opt/intel/oneapi/compiler/${CMPLR_COMMON_VER}/bin/sycl-ls /bin/
5454
COPY --from=oneapi-lib-installer /opt/intel/oneapi/lib /oneapi-lib/
55-
ARG CMPLR_COMMON_VER=2023.2.2
55+
ARG CMPLR_COMMON_VER=2023.2.4
5656
COPY --from=oneapi-lib-installer /opt/intel/oneapi/compiler/${CMPLR_COMMON_VER}/linux/bin/sycl-ls /bin/
5757
COPY --from=oneapi-lib-installer /usr/share/keyrings/intel-graphics.gpg /usr/share/keyrings/intel-graphics.gpg
5858
COPY --from=oneapi-lib-installer /etc/apt/sources.list.d/intel.gpu.jammy.list /etc/apt/sources.list.d/intel.gpu.jammy.list

0 commit comments

Comments
 (0)