Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

intel/oneapi-basekit APT Repository not working #70

Closed
mofosyne opened this issue May 29, 2024 · 2 comments
Closed

intel/oneapi-basekit APT Repository not working #70

mofosyne opened this issue May 29, 2024 · 2 comments

Comments

@mofosyne
Copy link

mofosyne commented May 29, 2024

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-analytics/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:

airMeng added a commit to ggerganov/llama.cpp that referenced this issue May 30, 2024
@mofosyne
Copy link
Author

mofosyne commented May 30, 2024

FYI we are likely going to work around this via @airMeng PR ggerganov/llama.cpp#7630
Which you may want to use as reference to update the main dockerfile

mofosyne pushed a commit to ggerganov/llama.cpp that referenced this issue May 30, 2024
* Update main-intel.Dockerfile

* workaround for intel/oneapi-containers#70

* reset intel docker in CI

* add missed in server
@mdreyesm
Copy link
Contributor

the new images with the refreshed apt key are now available on dockerhub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants