Skip to content

intel/oneapi-basekit APT Repository not working  #70

Closed
@mofosyne

Description

@mofosyne

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:

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions