-
Notifications
You must be signed in to change notification settings - Fork 2k
apt-transport-https package missing in nvidia/cuda docker images #725
Comments
Yep, exactly what I just said here: |
I'm looking at that right now. |
@fold0 Thank you for identifying the source. This has been killing me for the past hour as I tried to idenitfy the exact issue. I got around the https problem earlier i the day but then it just starting hard hanging. |
I'm re-generating CUDA images with apt-transport-https. But that won't fix old images that you have already, I'm checking if we can rollback this change for those repositories. |
I see your point @flx42 this would impact the FINAL builds we have already published. If you need any support/customer feedback for rolling back the repo change I am happy to provide it. This totally toasted all of my tests and means going back and testing old versions means hacking in |
@tfboyd thanks! |
And it should be back! |
Works for me now, thanks for fixing it quickly! |
apt-get update in nvidia/cuda docker images started hanging indefinitely at 0% [Working]:
Looks like http://developer.download.nvidia.com/compute/cuda/... repos started redirecting to https:// today and the package apt-transport-https is missing in your images. There seems to be also some bug in apt causing the hanging - if you delete any one of the two references to this repo, it'll show the error instead of hanging:
The text was updated successfully, but these errors were encountered: