[GH-ISSUE #12435] ollama pull model Error #8259

Closed
opened 2026-04-12 20:47:36 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @huaduokantu on GitHub (Sep 28, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/12435

What is the issue?

Error: pull model manifest: Get "https://registry.ollama.ai/v2/library/deepseek-r1/manifests/1.5b": read tcp 172.17.0.3:57816->104.21.75.227:443: read: connection reset by peer

Relevant log output

time=2025-09-28T07:53:40.430Z level=INFO source=images.go:755 msg="request failed: Get \"https://registry.ollama.ai/v2/library/deepseek-r1/manifests/1.5b\": read tcp 172.17.0.3:52712->104.21.75.227:443: read: connection reset by peer"

[GIN] 2025/09/28 - 07:53:40 | 200 |   229.75199ms |       127.0.0.1 | POST     "/api/pull"

OS

Docker

GPU

No response

CPU

Intel

Ollama version

0.12.3

Originally created by @huaduokantu on GitHub (Sep 28, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/12435 ### What is the issue? Error: pull model manifest: Get "https://registry.ollama.ai/v2/library/deepseek-r1/manifests/1.5b": read tcp 172.17.0.3:57816->104.21.75.227:443: read: connection reset by peer ### Relevant log output ```shell time=2025-09-28T07:53:40.430Z level=INFO source=images.go:755 msg="request failed: Get \"https://registry.ollama.ai/v2/library/deepseek-r1/manifests/1.5b\": read tcp 172.17.0.3:52712->104.21.75.227:443: read: connection reset by peer" [GIN] 2025/09/28 - 07:53:40 | 200 | 229.75199ms | 127.0.0.1 | POST "/api/pull" ``` ### OS Docker ### GPU _No response_ ### CPU Intel ### Ollama version 0.12.3
GiteaMirror added the needs more infobug labels 2026-04-12 20:47:36 -05:00
Author
Owner

@rick-github commented on GitHub (Sep 28, 2025):

Could be a transient network issue, retry. If it persists, you can try this script to download the model.

<!-- gh-comment-id:3343319467 --> @rick-github commented on GitHub (Sep 28, 2025): Could be a transient network issue, retry. If it persists, you can try [this script](https://github.com/ollama/ollama/issues/12262#issuecomment-3284822994) to download the model.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#8259