Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing to complete files download #14

Open
gma-toronto opened this issue Nov 3, 2022 · 2 comments
Open

Failing to complete files download #14

gma-toronto opened this issue Nov 3, 2022 · 2 comments

Comments

@gma-toronto
Copy link

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
Copy link
Owner

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

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

@zetw5
Copy link

zetw5 commented Nov 13, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants