diff --git a/Dockerfile b/Dockerfile index a4bd4fbb0..e7de5f466 100644 --- a/Dockerfile +++ b/Dockerfile @@ -238,6 +238,7 @@ WORKDIR /build # https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/APT-Repository-not-working-signatures-invalid/m-p/1599436/highlight/true#M36143 # This is a temporary workaround until Intel fixes their repository FROM ${INTEL_BASE_IMAGE} AS intel +ARG UBUNTU_CODENAME=noble RUN wget -qO - https://repositories.intel.com/gpu/intel-graphics.key | \ gpg --yes --dearmor --output /usr/share/keyrings/intel-graphics.gpg RUN echo "deb [arch=amd64 signed-by=/usr/share/keyrings/intel-graphics.gpg] https://repositories.intel.com/gpu/ubuntu ${UBUNTU_CODENAME}/lts/2350 unified" > /etc/apt/sources.list.d/intel-graphics.list