NVlabs / nvdiffrast

Nvdiffrast - Modular Primitives for High-Performance Differentiable Rendering
Other
1.29k stars 139 forks source link

No python sample given or file '' not found. #135

Closed Siziff closed 9 months ago

Siziff commented 10 months ago

How to solve this problem? What other version of docker is suitable for this?

[+] Building 0.4s (3/3) FINISHED                                                                       
 => [internal] load .dockerignore                                                                 0.0s
 => => transferring context: 2B                                                                   0.0s
 => [internal] load build definition from Dockerfile                                              0.0s
 => => transferring dockerfile: 1.57kB                                                            0.0s
 => ERROR [internal] load metadata for nvcr.io/nvidia/pytorch:23.03-py3                           0.4s
------
 > [internal] load metadata for nvcr.io/nvidia/pytorch:23.03-py3:
------
Dockerfile:15
--------------------
  13 |     # This file defaults to pytorch/pytorch as it works on slightly older
  14 |     # driver versions.
  15 | >>> FROM nvcr.io/nvidia/pytorch:23.03-py3
  16 |     
  17 |     RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
--------------------
ERROR: failed to solve: failed to fetch anonymous token: unexpected status: 401 

No Python sample given or file ' ' not found.  
Siziff commented 10 months ago

I change on FROM nvcr.io/nvidia/pytorch:23.08-py3 but it doesn't work . Same error

s-laine commented 10 months ago

Maybe suggestions here will help?