carefree0910 / carefree-creator

AI magics meet Infinite draw board.
https://creator.nolibox.com/guest
MIT License
2.13k stars 216 forks source link

Failing to complete files download #14

Open gma-toronto opened 1 year ago

gma-toronto commented 1 year ago

Tried several times, always stops at this point

sha256:f272544375542d47ba20ed6cb90100eb6ea0a2ab23d36b19ddf3d31a17d55ed2 0B / 1.14kB 812.3s

4 ERROR: failed to copy: httpReadSeeker: failed open: failed to authorize: rpc error: code = Unknown desc = failed to fetch anonymous token: unexpected status: 401 Unauthorized


[1/5] FROM nvcr.io/nvidia/pytorch:22.09-py3@sha256:ad07f7144606cb749dceb1ce7ed2286eeb69a63327ea7eccc69f0ac8ac1e0c68:

failed to copy: httpReadSeeker: failed open: failed to authorize: rpc error: code = Unknown desc = failed to fetch anonymous token: unexpected status: 401 Unauthorized

carefree0910 commented 1 year ago

Looks like you've encountered some network / permission issue...

Have you tried using pip? That might be easier! 😆

zetw5 commented 1 year ago

I had the same message with Docker, to fix it I open Dockerfile and change the first line to:

FROM pytorch/pytorch:1.13.0-cuda11.6-cudnn8-runtime

and the problem was solved, it seems that the Docker tag no exists.

nvcr.io/nvidia/pytorch:22.09-py3.