[GH-ISSUE #4933] Error: Pull Model Manifest - Timeout #65157

Closed
opened 2026-05-03 19:53:35 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @ulhaqi12 on GitHub (Jun 8, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/4933

What is the issue?

Hi,
I am using the latest docker image of Ollama(0.1.40). Here are the contents of my docker-compose file:

  ollama:
    image: internal-mirror/ollama/ollama
    container_name: ollama
    ports:
      - "11434:11434"  
    volumes:
      - ollama:/root/.ollama  
    restart: unless-stopped  

and I am trying to run llama3 using the following command:

$ sudo docker exec -it ollama  ollama pull llama3

Getting the following error:

pulling manifest
Error: pull model manifest: Get "https://registry.ollama.ai/v2/library/llama3/manifests/latest": dial tcp 104.21.75.227:443: i/o timeout

Can you guide me? Is this an issue with Ollama?
I have tried accessing manifest (https://registry.ollama.ai/v2/library/llama3/manifests/latest) on a web browser. Here is what it's showing me:
image

-Ikram

OS

Linux

GPU

No response

CPU

Intel

Ollama version

0.1.40

Originally created by @ulhaqi12 on GitHub (Jun 8, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/4933 ### What is the issue? Hi, I am using the latest docker image of Ollama(0.1.40). Here are the contents of my docker-compose file: ``` ollama: image: internal-mirror/ollama/ollama container_name: ollama ports: - "11434:11434" volumes: - ollama:/root/.ollama restart: unless-stopped ``` and I am trying to run llama3 using the following command: ``` $ sudo docker exec -it ollama ollama pull llama3 ``` Getting the following error: ``` pulling manifest Error: pull model manifest: Get "https://registry.ollama.ai/v2/library/llama3/manifests/latest": dial tcp 104.21.75.227:443: i/o timeout ``` Can you guide me? Is this an issue with Ollama? I have tried accessing manifest (https://registry.ollama.ai/v2/library/llama3/manifests/latest) on a web browser. Here is what it's showing me: ![image](https://github.com/ollama/ollama/assets/44068298/098b48bf-94b0-40af-a088-d27b7e170b0f) -Ikram ### OS Linux ### GPU _No response_ ### CPU Intel ### Ollama version 0.1.40
GiteaMirror added the bug label 2026-05-03 19:53:35 -05:00
Author
Owner

@jorander commented on GitHub (Jun 10, 2024):

Hi,

Since it seems you are using an internal Artifactory repo to mirror Docker Hub for the Ollama-image I guess you don't have internet access from where you are running Ollama. Your time-out error message suggests the same. However, it could also be a proxy-issue.

The best solution would be to use an internal Artifactory repo to morror also registry.ollama.ai, but unfortunately that doesn't quite work as of the current Ollama version. I explain my findings in more detail in this comment to a previously existing issue.

I've described my currently used work-around in this comment on the Ollama Discord server.

<!-- gh-comment-id:2158620115 --> @jorander commented on GitHub (Jun 10, 2024): Hi, Since it seems you are using an internal Artifactory repo to mirror Docker Hub for the Ollama-image I guess you don't have internet access from where you are running Ollama. Your time-out error message suggests the same. However, it could also be a proxy-issue. The best solution would be to use an internal Artifactory repo to morror also `registry.ollama.ai`, but unfortunately that doesn't quite work as of the current Ollama version. I explain my findings in more detail in [this comment](https://github.com/ollama/ollama/issues/914#issuecomment-2155062721) to a previously existing issue. I've described my currently used work-around in [this comment](https://discord.com/channels/1128867683291627614/1214552671189471242/1248660860813967502) on the Ollama Discord server.
Author
Owner

@jmorganca commented on GitHub (Jun 18, 2024):

Closing for https://github.com/ollama/ollama/issues/3816

<!-- gh-comment-id:2175855214 --> @jmorganca commented on GitHub (Jun 18, 2024): Closing for https://github.com/ollama/ollama/issues/3816
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#65157