-
Notifications
You must be signed in to change notification settings - Fork 45
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
Comments
airMeng
added a commit
to ggerganov/llama.cpp
that referenced
this issue
May 30, 2024
FYI we are likely going to work around this via @airMeng PR ggerganov/llama.cpp#7630 |
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
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
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:
It's clear that we will need to update the url and the gpg key for the above
Context:
The text was updated successfully, but these errors were encountered: