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!
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:
Has anyone encountered this issue before or knows how to fix it?
Thanks!