david-svitov / HAHA

HAHA: Highly Articulated Gaussian Human Avatars with Textured Mesh Prior
89 stars 9 forks source link

About the issue that Docker cannot bash #12

Closed Lucian288 closed 4 weeks ago

Lucian288 commented 1 month ago

Hello! I am very happy to see your achievements. But when I try to use the bash docker/build.sh command, I get the following error message. How can I solve it?

root@mira-win08:~/HAHA# bash docker/build.sh [+] Building 18.0s (3/3) FINISHED docker:default => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile: 3.44kB 0.0s => [internal] load .dockerignore 0.0s => => transferring context: 2B 0.0s => ERROR [internal] load metadata for docker.io/nvidia/cudagl:11.2.2-devel-ubuntu20.04 18.0s

[internal] load metadata for docker.io/nvidia/cudagl:11.2.2-devel-ubuntu20.04:

Dockerfile:1

1 | >>> FROM nvidia/cudagl:11.2.2-devel-ubuntu20.04 2 |
3 | ENV TZ=Europe/Moscow

ERROR: failed to solve: nvidia/cudagl:11.2.2-devel-ubuntu20.04: failed to authorize: failed to fetch anonymous token: Get "https://auth.docker.io/token?scope=repository%3Anvidia%2Fcudagl%3Apull&service=registry.docker.io": proxyconnect tcp: dial tcp 192.168.107.3:3128: connect: no route to host

At the same time, can I configure the environment directly through the docker pull command?

Finally, thank you very much! This is a very good work!