cog-comfyui
cog-comfyui copied to clipboard
failed to resolve source metadata for r8.im/cog-base:cuda12.1-python3.10:
sudo cog run -p 8188 bash, somethings is wrong with r8.im/cog-base
=> ERROR [internal] load metadata for r8.im/cog-base:cuda12.1-python3.10 0.7s
[internal] load metadata for r8.im/cog-base:cuda12.1-python3.10:
Dockerfile:2
1 | #syntax=docker/dockerfile:1.4 2 | >>> FROM r8.im/cog-base:cuda12.1-python3.10 3 | RUN --mount=type=cache,target=/var/cache/apt,sharing=locked apt-get update -qq && apt-get install -qqy && rm -rf /var/lib/apt/lists/* 4 | COPY .cog/tmp/build20241001134926.4692531667727885/requirements.txt /tmp/requirements.txt
ERROR: failed to solve: failed to resolve source metadata for r8.im/cog-base:cuda12.1-python3.10: error getting credentials - err: exit status 1, out: ``
Try updating cog to version 0.9.25 or later, does this still happen?
same issue here
ERROR: failed to solve: failed to resolve source metadata for r8.im/cog-base:cuda12.1-python3.10: unexpected status from HEAD request to https://r8.im/v2/cog-base/manifests/cuda12.1-python3.10: 401 Unauthorized ⅹ Failed to build Docker image: exit status 1
I have done cog login
cog --version cog version 0.13.6 (built 2024-12-03T16:08:40Z)
@sourceful-karlson Did logging in resolve the issue?
I have noted the issue in another thread, it is a WSL thing
https://github.com/replicate/cog/issues/2076