There was an error while loading. Please reload this page.
1 parent b2ff1ce commit fcb58eeCopy full SHA for fcb58ee
1 file changed
Dockerfile
@@ -238,6 +238,7 @@ WORKDIR /build
238
# https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/APT-Repository-not-working-signatures-invalid/m-p/1599436/highlight/true#M36143
239
# This is a temporary workaround until Intel fixes their repository
240
FROM ${INTEL_BASE_IMAGE} AS intel
241
+ARG UBUNTU_CODENAME=noble
242
RUN wget -qO - https://repositories.intel.com/gpu/intel-graphics.key | \
243
gpg --yes --dearmor --output /usr/share/keyrings/intel-graphics.gpg
244
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
0 commit comments