NVIDIA / semantic-segmentation

Nvidia Semantic Segmentation monorepo
BSD 3-Clause "New" or "Revised" License
1.76k stars 388 forks source link

Docker image build: 401 Unauthorized while downloading #133

Open theUpsider opened 3 years ago

theUpsider commented 3 years ago

I tried to build the docker image via: docker image build -f Dockerfile -t xyz . but while downloading the necessary files I get an exception:

> [ 1/18] FROM nvcr.io/nvidia/pytorch:19.10-py3@sha256:3f3882775812f23c2bd5f4216c6094f2761dd769cdb5a4499b6be86ede7a2f12: failed to copy: httpReadSeeker: failed open: failed to authorize: rpc error: code = Unknown desc = failed to fetch anonymous token: unexpected status: 401 Unauthorized

does anyone know how to solve this or is this a bug / broken link? A screenshot of powershell

My setup: Host OS: Windows 10, CUDA: 11.1, Docker: v20.10.5