We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tried several times, always stops at this point
[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
The text was updated successfully, but these errors were encountered:
Looks like you've encountered some network / permission issue...
Have you tried using pip? That might be easier! 😆
pip
Sorry, something went wrong.
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.
No branches or pull requests
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
failed to copy: httpReadSeeker: failed open: failed to authorize: rpc error: code = Unknown desc = failed to fetch anonymous token: unexpected status: 401 Unauthorized
The text was updated successfully, but these errors were encountered: