docker / docker/model-runner

Docker pull fails for ai/llama3.2 with TLS handshake timeout (500 Internal Server Error)

Open
#989 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
651
Forks
155
PR merge metrics
No merged PRs in 30d

Description

Hi everyone,

I'm trying to pull the llama3.2 model in Docker, but the process fails with a TLS handshake timeout error.

Command I ran:
docker model pull llama3.2

Error message:

Failed to pull model: pulling llama3.2 failed with status 500 Internal Server Error:
error while pulling model: reading model from registry: failed to pull model
"ai/llama3.2:latest": UNKNOWN - resolving docker.io/ai/llama3.2:latest: failed to authorize:
failed to fetch anonymous token:
Get "https://auth.docker.io/token?scope=repository%3Aai%2Fllama3.2%3Apull&service=registry.docker.io":
net/http: TLS handshake timeout

Environment:

  • Docker version: Version 4.79.0 (230596)
  • OS: Windows 10

Has anyone encountered this issue before or knows how to fix it?

Thanks!

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing docker model pull llama3.2 with Docker 4.79.0 on Windows 10 and trace the registry authorization request to auth.docker.io. Done means identifying whether the TLS handshake timeout is a Model Runner defect or an environment or registry issue, with a confirmed fix or clear resolution.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, go
Domain
devops, networking
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.