cog-comfyui icon indicating copy to clipboard operation
cog-comfyui copied to clipboard

failed to resolve source metadata for r8.im/cog-base:cuda12.1-python3.10:

Open ClusterLee opened this issue 1 year ago • 1 comments

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: ``

ClusterLee avatar Oct 01 '24 05:10 ClusterLee

Try updating cog to version 0.9.25 or later, does this still happen?

fofr avatar Oct 08 '24 15:10 fofr

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

sourceful-karlson avatar Dec 05 '24 09:12 sourceful-karlson

I have done cog login

sourceful-karlson avatar Dec 05 '24 09:12 sourceful-karlson

cog --version cog version 0.13.6 (built 2024-12-03T16:08:40Z)

sourceful-karlson avatar Dec 05 '24 09:12 sourceful-karlson

@sourceful-karlson Did logging in resolve the issue?

fofr avatar Dec 05 '24 09:12 fofr

I have noted the issue in another thread, it is a WSL thing

https://github.com/replicate/cog/issues/2076

sourceful-karlson avatar Dec 08 '24 21:12 sourceful-karlson