nvidia-docker icon indicating copy to clipboard operation
nvidia-docker copied to clipboard

Cannot find and install package

Open GHMCr opened this issue 3 years ago • 2 comments

I'm running an debian lxc in Proxmox (latest version) and want to install the package nvidia-container-runtime. Tried the official documentation and several other tuts from issues, but none seems to work. The repo's are not working and connecting and therefore the package cannot be found and installed.

Err:14 http://nvidia.github.io/libnvidia-container/stable/debian10/amd64 InRelease Cannot initiate the connection to nvidia.github.io:80 (2606:50c0:8000::153). - connect (101: Network is unreachable) Cannot initiate the connection to nvidia.github.io:80 (2606:50c0:8002::153). - connect (101: Network is unreachable) Cannot initiate the connection to nvidia.github.io:80 (2606:50c0:8001::153). - connect (101: Network is unreachable) Cannot initiate the connection to nvidia.github.io:80 (2606:50c0:8003::153). - connect (101: Network is unreachable) Could not connect to nvidia.github.io:80 (185.199.110.153), connection timed out Could not connect to nvidia.github.io:80 (185.199.108.153), connection timed out Could not connect to nvidia.github.io:80 (185.199.111.153), connection timed out Could not connect to nvidia.github.io:80 (185.199.109.153), connection timed out Err:15 http://nvidia.github.io/nvidia-container-runtime/stable/debian10/amd64 InRelease Cannot initiate the connection to nvidia.github.io:80 (2606:50c0:8000::153). - connect (101: Network is unreachable) Cannot initiate the connection to nvidia.github.io:80 (2606:50c0:8002::153). - connect (101: Network is unreachable) Cannot initiate the connection to nvidia.github.io:80 (2606:50c0:8001::153). - connect (101: Network is unreachable) Cannot initiate the connection to nvidia.github.io:80 (2606:50c0:8003::153). - connect (101: Network is unreachable) Err:16 http://nvidia.github.io/nvidia-docker/debian10/amd64 InRelease Cannot initiate the connection to nvidia.github.io:80 (2606:50c0:8000::153). - connect (101: Network is unreachable) Cannot initiate the connection to nvidia.github.io:80 (2606:50c0:8002::153). - connect (101: Network is unreachable) Cannot initiate the connection to nvidia.github.io:80 (2606:50c0:8001::153). - connect (101: Network is unreachable) Cannot initiate the connection to nvidia.github.io:80 (2606:50c0:8003::153). - connect (101: Network is unreachable)

GHMCr avatar Sep 13 '22 15:09 GHMCr

@GHMCr do you use a proxy to access the internet or have some firewall set up? Could you provide the output of:

dig nvidia.github.io

elezar avatar Sep 14 '22 09:09 elezar

Hi,

`~$ dig nvidia.github.io

; <<>> DiG 9.11.5-P4-5.1+deb10u7-Debian <<>> nvidia.github.io ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 35625 ;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION: ;nvidia.github.io. IN A

;; ANSWER SECTION: nvidia.github.io. 2901 IN A 185.199.111.153 nvidia.github.io. 2901 IN A 185.199.110.153 nvidia.github.io. 2901 IN A 185.199.109.153 nvidia.github.io. 2901 IN A 185.199.108.153

;; Query time: 9 msec ;; SERVER: 192.168.1.1#53(192.168.1.1) ;; WHEN: Wed Sep 14 12:12:20 UTC 2022 ;; MSG SIZE rcvd: 98`

GHMCr avatar Sep 14 '22 12:09 GHMCr