Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Update default to ipex-llm v2.2.0 (guide for v2.3.0-nightly in docs)#54

Merged
mattcurf merged 1 commit into
mattcurf:mainfrom
blebo:update-ipex-v2.2.0
Apr 20, 2025
Merged

Update default to ipex-llm v2.2.0 (guide for v2.3.0-nightly in docs)#54
mattcurf merged 1 commit into
mattcurf:mainfrom
blebo:update-ipex-v2.2.0

Conversation

@blebo

@blebo blebo commented Apr 16, 2025

Copy link
Copy Markdown
Contributor

No description provided.

@mattcurf

Copy link
Copy Markdown
Owner

I've historically not merged changes from Intel's repo because they don't keep them archived very long, breaking the reproducibility of this container. Let's see if they do better this time around and I'll merge this PR.

@mattcurf mattcurf merged commit 8172339 into mattcurf:main Apr 20, 2025
@blebo

blebo commented Apr 20, 2025

Copy link
Copy Markdown
Contributor Author

Yeah, I held off until I saw the dedicated release buckets for 2.2.0 and 2.3.0-nightly, but definitely something that needs to be monitored.

@tristan-k

Copy link
Copy Markdown

I just rebuilded the image with the merge request but something is off with the URL.

$ docker compose build ollama-intel-gpu
[+] Building 0/0
[+] Building 0/1a-intel-gpu  Building                                                                                                                                                                            0.0s
[+] Building 1.0s (7/7) FINISHED                                                                                                                                                                       docker:default
 => [ollama-intel-gpu internal] load build definition from Dockerfile                                                                                                                                            0.0s
 => => transferring dockerfile: 1.60kB                                                                                                                                                                           0.0s
 => [ollama-intel-gpu internal] load metadata for docker.io/library/ubuntu:24.04                                                                                                                                 0.4s
 => [ollama-intel-gpu internal] load .dockerignore                                                                                                                                                               0.0s
 => => transferring context: 2B                                                                                                                                                                                  0.0s
 => [ollama-intel-gpu 1/4] FROM docker.io/library/ubuntu:24.04@sha256:1e622c5f073b4f6bfad6632f2616c7f59ef256e96fe78bf6a595d1dc4376ac02                                                                           0.0s
 => CACHED [ollama-intel-gpu 2/4] RUN apt update &&     apt install --no-install-recommends -q -y     software-properties-common     ca-certificates     wget     ocl-icd-libopencl1                             0.0s
 => CACHED [ollama-intel-gpu 3/4] RUN mkdir -p /tmp/gpu &&  cd /tmp/gpu &&  wget https://github.com/oneapi-src/level-zero/releases/download/v1.21.9/level-zero_1.21.9+u24.04_amd64.deb &&  wget https://github.  0.0s
 => ERROR [ollama-intel-gpu 4/4] RUN cd / &&   wget https://github.com/intel/ipex-llm/releases/download/v2.3.0-nightly/ollama-ipex-llm-2.3.0b20250415-ubuntu.tgz &&   tar xvf ollama-ipex-llm-2.3.0b20250415-ub  0.5s
------
 > [ollama-intel-gpu 4/4] RUN cd / &&   wget https://github.com/intel/ipex-llm/releases/download/v2.3.0-nightly/ollama-ipex-llm-2.3.0b20250415-ubuntu.tgz &&   tar xvf ollama-ipex-llm-2.3.0b20250415-ubuntu.tgz --strip-components=1 -C /:
0.114 --2025-04-22 10:46:08--  https://github.com/intel/ipex-llm/releases/download/v2.3.0-nightly/ollama-ipex-llm-2.3.0b20250415-ubuntu.tgz
0.129 Resolving github.com (github.com)... 140.82.121.3
0.138 Connecting to github.com (github.com)|140.82.121.3|:443... connected.
0.181 HTTP request sent, awaiting response... 404 Not Found
0.220 2025-04-22 10:46:09 ERROR 404: Not Found.
[+] Building 0/1
 ⠙ Service ollama-intel-gpu  Building                                                                                                                                                                            1.0s
failed to solve: process "/bin/sh -c cd / &&   wget https://github.com/${IPEXLLM_RELEASE_REPO}/releases/download/${IPEXLLM_RELEASE_VERSON}/${IPEXLLM_PORTABLE_ZIP_FILENAME} &&   tar xvf ${IPEXLLM_PORTABLE_ZIP_FILENAME} --strip-components=1 -C /" did not complete successfully: exit code: 8

The URL is https://github.com/intel/ipex-llm/releases/download/v2.3.0-nightly/ollama-ipex-llm-2.3.0b20250415-ubuntu.tgz but should be https://github.com/ipex-llm/ipex-llm/releases/download/v2.3.0-nightly/ollama-ipex-llm-2.3.0b20250415-ubuntu.tgz.

@blebo

blebo commented Apr 22, 2025

Copy link
Copy Markdown
Contributor Author

Hence #58

should be able to work around with the docker ARGs, changing intel/ipex-llm to ipex-llm/ipex-llm

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants