This repository was archived by the owner on Oct 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
2727ARG MKL_VER=2023.2.0-49495
28- ARG CMPLR_COMMON_VER=2023.2.2
28+ ARG CMPLR_COMMON_VER=2023.2.4
2929RUN 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/
5454COPY --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
5656COPY --from=oneapi-lib-installer /opt/intel/oneapi/compiler/${CMPLR_COMMON_VER}/linux/bin/sycl-ls /bin/
5757COPY --from=oneapi-lib-installer /usr/share/keyrings/intel-graphics.gpg /usr/share/keyrings/intel-graphics.gpg
5858COPY --from=oneapi-lib-installer /etc/apt/sources.list.d/intel.gpu.jammy.list /etc/apt/sources.list.d/intel.gpu.jammy.list
You can’t perform that action at this time.
0 commit comments