aim-uofa / AdelaiDet

AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
https://git.io/AdelaiDet
Other
3.34k stars 643 forks source link

docker build error: signatures were invalid: BADSIG F60F4B3D7FA2AF80 cudatools #207

Open liuqixing opened 3 years ago

liuqixing commented 3 years ago

When I run the following command it stopped with errors $ docker build -t cudaad https://github.com/aim-uofa/AdelaiDet/raw/master/docker/Dockerfile

Err:24 https://developer.download.nvidia.cn/compute/machine-learning/repos/ubuntu1804/x86_64 Release.gpg Signed file isn't valid, got 'NODATA' (does the network require authentication?) Reading package lists... W: GPG error: https://developer.download.nvidia.cn/compute/cuda/repos/ubuntu1804/x86_64 Release: The following signatures were invalid: BADSIG F60F4B3D7FA2AF80 cudatools cudatools@nvidia.com E: The repository 'https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 Release' is not signed. E: GPG error: https://developer.download.nvidia.cn/compute/machine-learning/repos/ubuntu1804/x86_64 Release: Signed file isn't valid, got 'NODATA' (does the network require authentication?) The command '/bin/sh -c apt-get update && apt-get install -y libglib2.0-0 && apt-get clean' returned a non-zero code: 100

tianzhi0549 commented 3 years ago

@liuqixing Please check your internet connection.