ipex-llm
ipex-llm copied to clipboard
Unable to find docker image intelanalytics/ipex-llm-inference-cpp-xpu:2.2.0-SNAPSHOT
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]
#13056
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
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.