[GH-ISSUE #9030] ollama pull model error #5874

Closed
opened 2026-04-12 17:12:45 -05:00 by GiteaMirror · 4 comments
Owner

Originally created by @peiqi00001 on GitHub (Feb 12, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/9030

Originally assigned to: @bmizerany on GitHub.

What is the issue?

ollama suddenly fails to pull the model, and reports an error:
root@936a4322f65a:/# ollama run deepseek-coder:33b
pulling manifest
Error: pull model manifest: Get "https://registry.ollama.ai/v2/library/deepseek-coder/manifests/33b": dial tcp: lookup registry.ollama.ai on 8.8.8.8:53: read udp 172.17.0.2:48307->8.8.8.8:53: i/o timeout

Relevant log output

root@936a4322f65a:/# ollama run deepseek-coder:33b
pulling manifest
Error: pull model manifest: Get "https://registry.ollama.ai/v2/library/deepseek-coder/manifests/33b": dial tcp: lookup registry.ollama.ai on 8.8.8.8:53: read udp 172.17.0.2:48307->8.8.8.8:53: i/o timeout

OS

Linux

GPU

Nvidia

CPU

Intel

Ollama version

0.3.14

Originally created by @peiqi00001 on GitHub (Feb 12, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/9030 Originally assigned to: @bmizerany on GitHub. ### What is the issue? ollama suddenly fails to pull the model, and reports an error: root@936a4322f65a:/# ollama run deepseek-coder:33b pulling manifest Error: pull model manifest: Get "https://registry.ollama.ai/v2/library/deepseek-coder/manifests/33b": dial tcp: lookup registry.ollama.ai on 8.8.8.8:53: read udp 172.17.0.2:48307->8.8.8.8:53: i/o timeout ### Relevant log output ```shell root@936a4322f65a:/# ollama run deepseek-coder:33b pulling manifest Error: pull model manifest: Get "https://registry.ollama.ai/v2/library/deepseek-coder/manifests/33b": dial tcp: lookup registry.ollama.ai on 8.8.8.8:53: read udp 172.17.0.2:48307->8.8.8.8:53: i/o timeout ``` ### OS Linux ### GPU Nvidia ### CPU Intel ### Ollama version 0.3.14
GiteaMirror added the bug label 2026-04-12 17:12:45 -05:00
Author
Owner

@rick-github commented on GitHub (Feb 12, 2025):

 read udp 172.17.0.2:48307->8.8.8.8:53: i/o timeout

Network issue. Does re-trying help?

<!-- gh-comment-id:2653264542 --> @rick-github commented on GitHub (Feb 12, 2025): ``` read udp 172.17.0.2:48307->8.8.8.8:53: i/o timeout ``` Network issue. Does re-trying help?
Author
Owner

@peiqi00001 commented on GitHub (Feb 13, 2025):

No network issues
[root@localhost ~]# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
64 bytes from 8.8.8.8: icmp_seq=1 ttl=51 time=51.2 ms
64 bytes from 8.8.8.8: icmp_seq=2 ttl=51 time=50.6 ms

There is no problem pulling mysql
[root@localhost ~]# docker pull mysql:8.2
8.2: Pulling from library/mysql
558b7d69a2e5: Downloading 5.217MB/51.32MB
599b67b0dd6a: Download complete
50314d46ce2b: Download complete
494babc92263: Waiting
02548e6f2dbf: Waiting

<!-- gh-comment-id:2655649458 --> @peiqi00001 commented on GitHub (Feb 13, 2025): No network issues [root@localhost ~]# ping 8.8.8.8 PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data. 64 bytes from 8.8.8.8: icmp_seq=1 ttl=51 time=51.2 ms 64 bytes from 8.8.8.8: icmp_seq=2 ttl=51 time=50.6 ms There is no problem pulling mysql [root@localhost ~]# docker pull mysql:8.2 8.2: Pulling from library/mysql 558b7d69a2e5: Downloading 5.217MB/51.32MB 599b67b0dd6a: Download complete 50314d46ce2b: Download complete 494babc92263: Waiting 02548e6f2dbf: Waiting
Author
Owner

@ENUMERA8OR commented on GitHub (Feb 26, 2025):

Try to use ollama docker image. It should resolve most of the issues.

<!-- gh-comment-id:2685754435 --> @ENUMERA8OR commented on GitHub (Feb 26, 2025): Try to use ollama docker image. It should resolve most of the issues.
Author
Owner

@bmizerany commented on GitHub (Mar 4, 2025):

I'm closing due to age, but if this still persists, please reopen.

<!-- gh-comment-id:2696469540 --> @bmizerany commented on GitHub (Mar 4, 2025): I'm closing due to age, but if this still persists, please reopen.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#5874