简体   繁体   English

Ubuntu 14.04 gnutls_handshake 失败

[英]Ubuntu 14.04 gnutls_handshake failed

While trying to install mkl library in Ubuntu 14.04 docker image, I am getting a gnutls_handshake failed error尝试在 Ubuntu 14.04 docker 映像中安装 mkl 库时,出现 gnutls_handshake failed 错误

To reproduce重现

docker pull mxnetci/publish.ubuntu1404_cpu
docker run -it mxnetci/publish.ubuntu1404_cpu sh

Install intel mkl安装英特尔 mkl

wget -qO - wget https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB | apt-key add -
sh -c "echo deb https://apt.repos.intel.com/mkl all main > /etc/apt/sources.list.d/intel-mkl.list"
apt-get update

Error错误

Err http://apt.repos.intel.com all/main amd64 Packages
  gnutls_handshake() failed: Handshake failed

Refer steps: https://software.intel.com/en-us/articles/installing-intel-free-libs-and-python-apt-repo参考步骤: https://software.intel.com/en-us/articles/installing-intel-free-libs-and-python-apt-repo

the problem here is related to installation.这里的问题与安装有关。 MKL's system requirements contain only those OS's which are validated by this version of mkl. MKL 的系统要求仅包含通过此版本的 mkl 验证的那些操作系统。 It means that if you copy mkl's binaries to requested OS, we expect MKL will work on Ubuntu v14.这意味着如果您将 mkl 的二进制文件复制到请求的操作系统,我们预计 MKL 将在 Ubuntu v14 上运行。 The same questions were regarding RH5 support, as an example.例如,同样的问题是关于 RH5 支持的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM