[GH-ISSUE #8749] ubuntu24.04 The latest ollama version cannot be installed #5676

Closed
opened 2026-04-12 16:58:26 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @hermitguo on GitHub (Feb 1, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/8749

What is the issue?

cpu: Intel(R) Core(TM) Ultra 5 125H

`ubuntu@servers:~$ lspci | grep -i vga
00:02.0 VGA compatible controller: Intel Corporation Meteor Lake-P [Intel Arc Graphics] (rev 08)

ubuntu@servers:~$ sudo lshw -C display
*-display
description: VGA compatible controller
product: Meteor Lake-P [Intel Arc Graphics]
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
logical name: /dev/fb1
logical name: /dev/fb0
version: 08
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list rom fb
configuration: depth=32 driver=i915 latency=0 mode=3072x1920 resolution=3072,1920 visual=truecolor xres=3072 yres=1920
resources: iomemory:480-47f iomemory:400-3ff irq:189 memory:4818000000-4818ffffff memory:4000000000-400fffffff memory:c0000-dffff memory:481a000000-4820ffffff
*-graphics
product: simpledrmdrmfb
physical id: 3
logical name: /dev/fb0
capabilities: fb
configuration: depth=32 resolution=3072,1920

ubuntu@servers:~$ ping ollama.com
PING ollama.com (34.36.133.15) 56(84) bytes of data.
64 bytes from 15.133.36.34.bc.googleusercontent.com (34.36.133.15): icmp_seq=1 ttl=111 time=280 ms
64 bytes from 15.133.36.34.bc.googleusercontent.com (34.36.133.15): icmp_seq=2 ttl=111 time=214 ms

ubuntu@servers:~$ curl -fsSL http://ollama.com/install.sh | sh

Installing ollama to /usr/local
Downloading Linux amd64 bundle

5.4%curl: (18) Transferred a partial file

gzip: stdin: unexpected end of file
tar: Abnormal EOF in archive file
tar: Abnormal EOF in archive file
tar: Error is not recoverable: exiting now

`

OS

Linux

GPU

Intel

CPU

Intel

Ollama version

No response

Originally created by @hermitguo on GitHub (Feb 1, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/8749 ### What is the issue? cpu: Intel(R) Core(TM) Ultra 5 125H `ubuntu@servers:~$ lspci | grep -i vga 00:02.0 VGA compatible controller: Intel Corporation Meteor Lake-P [Intel Arc Graphics] (rev 08) ubuntu@servers:~$ sudo lshw -C display *-display description: VGA compatible controller product: Meteor Lake-P [Intel Arc Graphics] vendor: Intel Corporation physical id: 2 bus info: pci@0000:00:02.0 logical name: /dev/fb1 logical name: /dev/fb0 version: 08 width: 64 bits clock: 33MHz capabilities: pciexpress msi pm vga_controller bus_master cap_list rom fb configuration: depth=32 driver=i915 latency=0 mode=3072x1920 resolution=3072,1920 visual=truecolor xres=3072 yres=1920 resources: iomemory:480-47f iomemory:400-3ff irq:189 memory:4818000000-4818ffffff memory:4000000000-400fffffff memory:c0000-dffff memory:481a000000-4820ffffff *-graphics product: simpledrmdrmfb physical id: 3 logical name: /dev/fb0 capabilities: fb configuration: depth=32 resolution=3072,1920 ubuntu@servers:~$ ping ollama.com PING ollama.com (34.36.133.15) 56(84) bytes of data. 64 bytes from 15.133.36.34.bc.googleusercontent.com (34.36.133.15): icmp_seq=1 ttl=111 time=280 ms 64 bytes from 15.133.36.34.bc.googleusercontent.com (34.36.133.15): icmp_seq=2 ttl=111 time=214 ms ubuntu@servers:~$ curl -fsSL http://ollama.com/install.sh | sh >>> Installing ollama to /usr/local >>> Downloading Linux amd64 bundle ### 5.4%curl: (18) Transferred a partial file gzip: stdin: unexpected end of file tar: Abnormal EOF in archive file tar: Abnormal EOF in archive file tar: Error is not recoverable: exiting now ` ### OS Linux ### GPU Intel ### CPU Intel ### Ollama version _No response_
GiteaMirror added the bug label 2026-04-12 16:58:26 -05:00
Author
Owner

@tpragasa commented on GitHub (Feb 21, 2025):

At the moment, ollama does not officially support Intel GPU yet. However, you can run ollama on an Intel GPU using the IPEX Docker image provided by Intel: https://github.com/intel/ipex-llm/blob/main/docs/mddocs/DockerGuides/docker_cpp_xpu_quickstart.md.

<!-- gh-comment-id:2673505846 --> @tpragasa commented on GitHub (Feb 21, 2025): At the moment, ollama does not officially [support Intel GPU](https://github.com/ollama/ollama/issues/8414) yet. However, you can run ollama on an Intel GPU using the IPEX Docker image provided by Intel: https://github.com/intel/ipex-llm/blob/main/docs/mddocs/DockerGuides/docker_cpp_xpu_quickstart.md.
Author
Owner

@rick-github commented on GitHub (Jan 5, 2026):

Ollama now supports Intel GPUs via Vulkan. The file transfer failure is likely a transient network issue. If it persists, open a new issue.

<!-- gh-comment-id:3709765846 --> @rick-github commented on GitHub (Jan 5, 2026): Ollama now supports Intel GPUs via [Vulkan](https://github.com/ollama/ollama/blob/d087e46bd193b1101cef13e28841185a465a077f/docs/gpu.mdx#vulkan-gpu-support). The file transfer failure is likely a transient network issue. If it persists, open a new issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#5676