sudo apt update
报错:
错误:12 https://nvidia.github.io/nvidia-container-runtime/stable/ubuntu18.04/amd64 Release
Could not handshake: Error in the pull function. [IP: 185.199.108.153 443]
错误:13 https://nvidia.github.io/nvidia-docker/ubuntu18.04/amd64 Release
Could not handshake: Error in the pull function. [IP: 185.199.108.153 443]
命中:14 https://packages.microsoft.com/repos/code stable InRelease
正在读取软件包列表... 完成
E: 仓库 “https://nvidia.github.io/libnvidia-container/stable/ubuntu18.04/amd64 Release” 没有 Release 文件。
N: 无法安全地用该源进行更新,所以默认禁用该源。
N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。
E: 仓库 “https://nvidia.github.io/nvidia-container-runtime/stable/ubuntu18.04/amd64 Release” 没有 Release 文件。
N: 无法安全地用该源进行更新,所以默认禁用该源。
N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。
E: 仓库 “https://nvidia.github.io/nvidia-docker/ubuntu18.04/amd64 Release” 没有 Release 文件。
N: 无法安全地用该源进行更新,所以默认禁用该源。
N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。
解决:
sudo -E apt-get update
参考:https://github.com/NVIDIA/nvidia-docker/issues/1296#issuecomment-646521766
标签:github,io,apt,报错,https,nvidia,Release From: https://www.cnblogs.com/odesey/p/18378740