ERROR in installation #1017
Unanswered
Liuxing1991
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when I install it, there is ERROR
=> ERROR [docs internal] load metadata for docker.io/library/python:3.12-slim-bookworm 60.0s
Dockerfile:1
1 | >>> FROM python:3.12-slim-bookworm AS base
2 | RUN apt-get update && apt-get install -y --no-install-recommends git && rm -rf /var/lib/apt/lists/*
3 | RUN pip install --upgrade pip uv
target test: failed to solve: DeadlineExceeded: python:3.12-slim-bookworm: failed to resolve source metadata for docker.io/library/python:3.12-slim-bookworm: failed to do request: Head "https://registry-1.docker.io/v2/library/python/manifests/3.12-slim-bookworm": context deadline exceeded
Beta Was this translation helpful? Give feedback.
All reactions