Nvidia-docker: https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 Release' does not have a Release file

Created on 10 Jul 2019  路  4Comments  路  Source: NVIDIA/nvidia-docker

1. Issue or feature description

In nvidia/cuda:10.1-devel-ubuntu18.04 when I run apt-get update, I get the error:

Ign:2 https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64 InRelease
Err:3 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 Release
Could not handshake: The TLS connection was non-properly terminated. [IP: 10.41.13.6 3128]
Err:4 https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64 Release
Could not handshake: The TLS connection was non-properly terminated. [IP: 10.41.13.6 3128]

E: The repository 'https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 Release' does not have a Release file.
E: The repository 'https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64 Release' does not have a Release file.

2. Steps to reproduce the issue

Build this dockerfile:
FROM nvidia/cuda:10.1-devel-ubuntu18.04
RUN apt-get update

I note that apt-get is functioning fine in a container I build and run using:
docker build .
FROM nvidia/cuda:9.1-devel-ubuntu16.04
RUN apt-get update

Most helpful comment

@dittothat I encoutered this problems as well, I wonder how to solve this if I behind the proxy?

All 4 comments

I have been building ubuntu images all morning without issue. Are you behind a proxy by chance? We've had users behind proxies that have had issues clear up a few hours later. The CDN can be sensitive at times.

Yes, I am behind a proxy. I will try again tomorrow. Thanks.

Yes, this was a proxy issue. All is well now. Thank you.

@dittothat I encoutered this problems as well, I wonder how to solve this if I behind the proxy?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lburzawa picture lburzawa  路  4Comments

lsb picture lsb  路  4Comments

henry-blip picture henry-blip  路  3Comments

o1lo01ol1o picture o1lo01ol1o  路  4Comments

djglowny picture djglowny  路  3Comments