permuto_sdf
permuto_sdf copied to clipboard
use docker build occur problem: ERROR: failed to solve: DeadlineExceeded: failed to copy
Hello, a great work, I used your method to build occur below problem, I according to the hint modify Dockerfile, but it still doesn't work.
Problem:
> [ 1/11] FROM nvcr.io/nvidia/pytorch:22.08-py3@sha256:1aa83e1a13f756f31dabf82bc5a3c4f30ba423847cb230ce8c515f3add88b262:
------
Dockerfile:1
--------------------
1 | >>> FROM nvcr.io/nvidia/pytorch:22.08-py3
2 |
3 | # for torch 2.0 it needs nvidia driver>=530 and to disable the CONDA stuff from line 60 of this dockerfile
--------------------
ERROR: failed to solve: DeadlineExceeded: failed to copy: httpReadSeeker: failed open: failed to authorize: DeadlineExceeded: failed to fetch anonymous token: Get "https://nvcr.io/proxy_auth?scope=repository%3Anvidia%2Fpytorch%3Apull%2Cpush": dial tcp 35.75.114.65:443: i/o timeout
modify later