ipex-llm icon indicating copy to clipboard operation
ipex-llm copied to clipboard

Unable to find docker image intelanalytics/ipex-llm-inference-cpp-xpu:2.2.0-SNAPSHOT

Open yshashix opened this issue 9 months ago • 3 comments

I am trying to run IPEX-LLM based Ollama and wanted to download image intelanalytics/ipex-llm-inference-cpp-xpu:2.2.0-SNAPSHOT as you have mentioned in Github readme, but can't see in docker hub. Any changes on plan?

[ https://github.com/intel/ipex-llm/tree/main/docker/llm]

Image

yshashix avatar Apr 15 '25 08:04 yshashix

#13056

yshashix avatar Apr 15 '25 09:04 yshashix

Me too. it is suffering build failed via ipex-llm docker and found image has been removed.

intel@mydevice:~$ sudo docker login

USING WEB-BASED LOGIN

i Info → To sign in with credentials on the command line, use 'docker login -u <username>'
...

Login Succeeded
intel@mydevice:~$ sudo docker pull intelanalytics/ipex-llm-inference-cpp-xpu
Using default tag: latest
Error response from daemon: pull access denied for intelanalytics/ipex-llm-inference-cpp-xpu, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

zcwang avatar Apr 16 '25 01:04 zcwang

Hi, you can either build the Docker image by following the instructions here: Build the image, or use the Ollama Portable Zip directly: Ollama Portable Zip Quickstart.

liu-shaojun avatar Apr 16 '25 02:04 liu-shaojun