ChaiBapchya opened a new issue #18005: [nvidia-docker][1.6] apt-get update failing with gnutls_handshake() failed: Handshake failed URL: https://github.com/apache/incubator-mxnet/issues/18005 ## Description Ubuntu 14.04 1.6 branch Static build Python ### Error Message ``` gnutls_handshake() failed: Handshake failed while fetching : https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64/Packages ``` ## To Reproduce ``` git checkout v1.6.x ci/build.py --docker-registry mxnetci --nvidiadocker --platform publish.ubuntu1404_gpu --docker-build-retries 3 --shm-size 500m /work/runtime_functions.sh build_static_python_cu101mkl ``` ## What have you tried to solve it? 1. Tried it locally. Able to reproduce. Hence ruling out possibility of Jenkins error. This is a security / certificate issue [likely]. Since apt-get is unable to fetch the package. While : https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64/Packages is a 404. https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64 is a valid URL. It has several files [Packages.gz being one of them. ## Comments Surprisingly, this doesn't happen on master branch or on the previous commits to v1.6 branch
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
