-
Notifications
You must be signed in to change notification settings - Fork 2k
apt-get update failling on cuda images #704
Comments
Do you have the same with the |
hello! |
Yeah, it happens with all repos sometimes. Glad it's fixed! |
@jo-tham the problem is that those repos now redirect to https, and apt by default don't know how to handle that. I'm discussing internally what we can do. |
Thanks Felix
I have switched to the Centos image for now, which works fine.
Good luck!
…On Thu, May 3, 2018, 5:11 PM Felix Abecassis, ***@***.***> wrote:
@jo-tham <https://github.com/jo-tham> the problem is that those repos now
redirect to https, and apt by default don't know how to handle that. I'm
discussing internally what we can do.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#704 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHA1WcpMgkmZ4bJQH0Ovdeg472ivAUwtks5tu5y8gaJpZM4TXFJu>
.
|
Fantastic; thanks for the heads up! |
Is there a manual that can solve this problem? I am working on an old 2017-built image, in which the apt update is stuck at EDIT: rm /etc/apt/sources.list.d/nvidia-ml.list && apt clean && apt update NOTE: apt clean is added to clean apt cache |
1. Description
apt-get update fails when pulling headers from archive.ubuntu. I have seen this error both on nvidia/cuda:latest and nvidia/cudagl:9.0-devel-ubuntu16.04
Sorry for the data dump below...
I have also tried the same commands from another network and on another machine and it failed at the same place.
I did not use to have any problems pulling these images and updating them until today
2. Steps to reproduce the issue
the output gets stalled at
When attaching to nvidia/cudagl:9.0-devel-ubuntu16.04 the issue is elsewhere in apt-get update
3. Information
Kernel version from
uname -a
Linux ubuntu-ti 4.13.0-38-generic nvidia-docker from a windows host #43~16.04.1-Ubuntu SMP Wed Mar 14 17:48:43 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Any relevant kernel output lines from
dmesg
[12795.417391] IPv6: ADDRCONF(NETDEV_UP): vethdaefd77: link is not ready
[12795.551939] eth0: renamed from veth74e4d3f
[12795.579106] IPv6: ADDRCONF(NETDEV_CHANGE): vethdaefd77: link becomes ready
[12795.579265] docker0: port 1(vethdaefd77) entered blocking state
[12795.579272] docker0: port 1(vethdaefd77) entered forwarding state
[13062.153460] docker0: port 2(veth97fa078) entered blocking state
[13062.153466] docker0: port 2(veth97fa078) entered disabled state
[13062.153577] device veth97fa078 entered promiscuous mode
[13062.153777] IPv6: ADDRCONF(NETDEV_UP): veth97fa078: link is not ready
[13062.153783] docker0: port 2(veth97fa078) entered blocking state
[13062.153788] docker0: port 2(veth97fa078) entered forwarding state
[13062.156077] docker0: port 2(veth97fa078) entered disabled state
[13062.291392] eth0: renamed from veth4e0b109
[13062.327544] IPv6: ADDRCONF(NETDEV_CHANGE): veth97fa078: link becomes ready
[13062.327615] docker0: port 2(veth97fa078) entered blocking state
[13062.327617] docker0: port 2(veth97fa078) entered forwarding state
Driver information from
nvidia-smi -a
Nvidia-smi 384,111
Docker version from
docker version
Client:
Version: 18.03.0-ce
API version: 1.37
Go version: go1.9.4
Git commit: 0520e24
Built: Wed Mar 21 23:10:01 2018
OS/Arch: linux/amd64
Experimental: false
Orchestrator: swarm
Server:
Engine:
Version: 18.03.0-ce
API version: 1.37 (minimum version 1.12)
Go version: go1.9.4
Git commit: 0520e24
Built: Wed Mar 21 23:08:31 2018
OS/Arch: linux/amd64
Experimental: false
NVIDIA packages version from
dpkg -l '*nvidia*'
orrpm -qa '*nvidia*'
||/ Name Version Architecture Description
+++-===================-==============-==============-===========================================
ii libnvidia-container 1.0.0
beta.1-1 amd64 NVIDIA container runtime library (command-lbeta.1-1 amd64 NVIDIA container runtime libraryii libnvidia-container 1.0.0
ii nvidia-384 384.111-0ubunt amd64 NVIDIA binary driver - version 384.111
un nvidia-common (no description available)
ii nvidia-container-ru 2.0.0+docker18 amd64 NVIDIA container runtime
ii nvidia-container-ru 1.3.0-1 amd64 NVIDIA container runtime hook
un nvidia-cuda-toolkit (no description available)
un nvidia-docker (no description available)
ii nvidia-docker2 2.0.3+docker18 all nvidia-docker CLI wrapper
un nvidia-driver-binar (no description available)
un nvidia-legacy-340xx (no description available)
un nvidia-libopencl1-3 (no description available)
un nvidia-libopencl1-d (no description available)
un nvidia-opencl-icd (no description available)
ii nvidia-opencl-icd-3 384.111-0ubunt amd64 NVIDIA OpenCL ICD
un nvidia-persistenced (no description available)
ii nvidia-prime 0.8.2 amd64 Tools to enable NVIDIA's Prime
ii nvidia-settings 361.42-0ubuntu amd64 Tool for configuring the NVIDIA graphics dr
un nvidia-settings-bin (no description available)
un nvidia-smi (no description available)
un nvidia-vdpau-driver (no description available)
NVIDIA container library version from
nvidia-container-cli -V
version: 1.0.0
build date: 2018-03-06T01:53+00:00
build revision: be797da00b156493e80f1ae6f38d69f23c932554
build compiler: gcc-5 5.4.0 20160609
build platform: x86_64
The text was updated successfully, but these errors were encountered: