Closed
Description
It appears there is a workaround for this as shown in this commit below, however you may want to consider regenerating your docker image with corrections to your latest APT Repository
intel/ipex-llm@e0f401d (Credit to simonlui for the heads up)
It appears that you switched to https://repositories.intel.com/graphics/ubuntu over https://repositories.intel.com/gpu/ubuntu
This issue is currently affecting a few repository so far:
- CI Docker Build Issue (intel public key needs updating?) ggerganov/llama.cpp#7507
- 514 create a builder class that can make a backward euler solver NCAR/micm#527
The line you may need to change is located in https://github.com/intel/oneapi-containers/blob/master/images/docker/basekit/Dockerfile.ubuntu-22.04#L20 which looks like:
RUN curl -fsSL https://repositories.intel.com/gpu/intel-graphics.key | gpg --dearmor | tee /usr/share/keyrings/intel-graphics-archive-keyring.gpg
RUN echo "deb [signed-by=/usr/share/keyrings/intel-graphics-archive-keyring.gpg arch=amd64] https://repositories.intel.com/gpu/ubuntu jammy/lts/2350 unified" > /etc/apt/sources.list.d/intel-graphics.list
It's clear that we will need to update the url and the gpg key for the above
Context:
Metadata
Assignees
Labels
No labels