Self Hosted AI

Attempting to go through the self Hosted ai starter kit,
Git Clone Successful
I am getting an error when trying to compose-
here is the entire output-
C:\source\AI\self-hosted-ai-starter-kit>docker compose --profile cpu up
[+] Running 6/6
✘ n8n-import Error context canceled 0.3s
✘ qdrant Error context canceled 0.3s
✘ n8n Error failed to resolve reference “docker.io/n8nio/n8n:latest”: failed to a… 0.3s
✘ postgres Error context canceled 0.3s
✘ ollama-cpu Error context canceled 0.3s
✘ ollama-pull-llama-cpu Error context canceled 0.3s
Error response from daemon: failed to resolve reference “docker.io/n8nio/n8n:latest”: failed to authorize: failed to fetch oauth token: unexpected status from GET request to https://auth.docker.io/token?scope=repository%3An8nio%2Fn8n%3Apull&service=registry.docker.io: 401 Unauthorized

any ideas what i scrwed up would be great thanks!

n8n version: Latest
Database None yet
Running n8n via Docker
Operating system: win 10

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @tal041482,

Welcome to the community :raised_hands:

It looks like docker wants you to authenticate, Normally that sort of thing would only happen if you hit their rate limit. You can either try again and see if it was just temporary or work out how to authenticate docker on Windows.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.