Signed ubuntu2004 InRelease file is incorrect

$ curl https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/InRelease
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Origin: NVIDIA
Label: NVIDIA CUDA
Architecture: 
Date: Mon, 25 Apr 2022 23:27:19 +0000
MD5Sum:
 c35996b985a95c9beea3bf629befafa2                                          2743487 Packages
 a5513131dbd2d4e50f185422ebb43ac9                                           481481 Packages.gz
SHA1:
 e68a3352d3bb57458bb1aad2d47f3e2038f50a4f                                  2743487 Packages
 c5ea9556407a3b5daec4aac530cd038e9b490441                                   481481 Packages.gz
SHA256:
 d5a0d1f0512596c2d2aa2f79e08895443e2e2c6140daf96fd9600ec34e931f2f          2743487 Packages
 8556d67c6d380c957f05057f448d994584a135d7ed75e5ae6bb25c3fc1070b0b           481481 Packages.gz
Acquire-By-Hash: no
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)

iQIcBAEBCAAGBQJiZy5bAAoJEKS0aZY7+GPMD8EP/ioR1CnOsj5h5tmrCs1tOW15
s2L8ItIhi6Gu/WQIRqQMwVhrxv+ggjyPaEj2hBJ2Xmtu7gZajYESk2rczCLN+e+k
NSCEGO9R4eBGjciPb2u0wwiAIVJ8kcyr9oBwIZv0Qukto0+gscUsoFO+fiDWolaA
j89aqFEoNt1s1N8W7llQFsoKSp6DHtYKlQvCFcTDF2AUmTP5T7pNK4Ctuj6WKkYM
qx0BCzoDakDzmcMk3/pzMP2fuVX29LVKksnGA2yxZFPfCwKFpAaLV07QZOF9VUL9
+rSz4zLvTMab53qy3SxNNwPLg0XxfejmdVTSns4ZkBv0scc1s2w7DpL2NsNKHvPQ
QPxRg9CfOSG5MnC8jQc3vZpioDTx/rUM8PXJzQq20BNLVVjlixPX8hUarmqWxcM9
k3fsgq/YZf0goTTEic2op3G2E+rfLw/P3Q5Qj/wogGrAHnnhhMjb1U8dHiubbdUd
pluDo+s5kLqzf/Nc72uXVMB07jt8gnCrZOXqIoAYI113XCa89BvJxlshrTxBZPJ3
7Mg9G46mXt2RkwaxKBSejKAjQ55gLxs8BzGjUbHGbPwm1JYp4HAFf8bk9yI8Znd6
ZVKFlec8i3GLhPkC8kAq/m4/bDt5ShAo1UBHnB12RrKcWJUoWvvKBEtYs8TW3CHO
fG7CIYghxzhNXNeIcCkH
=Y+cf
-----END PGP SIGNATURE-----

The unsigned Release file is correct:

$ curl https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/Release
Origin: NVIDIA
Label: NVIDIA CUDA
Architecture: x86_64
Date: Tue, 12 Apr 2022 23:01:21 +0000
MD5Sum:
 50f768aecbc90dd96ea4b8842150f8ab                                          2743487 Packages
 cd72a21dc262a770ae7b0351bfff924e                                           631054 Packages.gz
SHA1:
 28ee95b0bcdb38feb60309f8a95e110c30cf91a8                                  2743487 Packages
 9e87bad0626194e7969bdac0c9b2ded96d30bd69                                   631054 Packages.gz
SHA256:
 3c64ffe4e155a2dc94046697da31d4241a5ff736fc439d4743e28c4cbde02af4          2743487 Packages
 4dbb95f642f3d642bd1538ff5555964f71f537df2dcc2842c183c28a15bcf7fe           631054 Packages.gz
Acquire-By-Hash: no
2 Likes

We’re re-signing the repository and pushing again, you may have caught a mirror in the middle of an update. Can you please wait a bit and check again?

1 Like

Any updates? We’re dead in the water while this is down.

1 Like

Could this also be the cause of my “NO_PUBKEY” error message? The install script for 20.04 worked yesterday… sorta. At least the public key was recognized.

But the script might install the wrong version of the 470 driver … 470.42.01 vs 470.103.01 currently installed on me machine.

I believe the re-signing is due to the key rotation, but you’ll need to import the new keys:

@jbroadus1 Thanks! Certainly explains why the keys are not working.

@jbroadus1 I did what’s told in the announcement, it didn’t work out. Does it work for you?

Not immediately, but it looks like the signatures have been updated now.

The instructions provided don’t work for me. I’m using a Jetson AGX Orin. I downloaded the keyring outside of Docker, per the instructions given, and then installed it using dpkg. Then I tried to run the image again:

# wget  https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-keyring_1.0-1_all.deb
#  dpkg -i cuda-keyring_1.0-1_all.deb

Then I re-ran my Docker build command:

# cd nv_ft_inference/fastertransformer_backend/
root@ubuntu:~/nv_ft_inference/fastertransformer_backend# docker build --rm  --build-arg TRITON_VERSION=22.03 -t triton_with_ft:22.03 -f docker/Dockerfile .
Sending build context to Docker daemon  1.893MB
Step 1/31 : ARG TRITON_VERSION=22.01
Step 2/31 : ARG BASE_IMAGE=nvcr.io/nvidia/tritonserver:${TRITON_VERSION}-py3
Step 3/31 : FROM ${BASE_IMAGE} as server-builder
 ---> 8253f858d254
Step 4/31 : RUN   apt-key del 7fa2af80
 ---> Using cache
 ---> 8ec9b28d9445
Step 5/31 : ADD   https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-keyring_1.0-1_all.deb .
Downloading [==================================================>]  4.328kB/4.328kB

 ---> Using cache
 ---> ecaf52edba84
Step 6/31 : RUN   dpkg -i cuda-keyring_1.0-1_all.deb
 ---> Using cache
 ---> a1a097ed1af4
Step 7/31 : RUN apt-get update &&     apt-get install -y --no-install-recommends     zip unzip wget build-essential autoconf autogen gdb     python3.8 python3-pip python3-dev rapidjson-dev &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Running in e3c6b1ea99e3
Get:1 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/sbsa  InRelease [1579 B]
Get:2 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64  InRelease [1581 B]
Get:3 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB]
Err:1 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/sbsa  InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A4B469963BF863CC
Get:4 https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64  Packages [870 kB]
Get:5 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB]
Get:6 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease [108 kB]
Get:7 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB]
Get:8 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages [1234 kB]
Get:9 http://ports.ubuntu.com/ubuntu-ports focal/restricted arm64 Packages [1317 B]
Get:10 http://ports.ubuntu.com/ubuntu-ports focal/multiverse arm64 Packages [139 kB]
Get:11 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 Packages [11.1 MB]
Get:12 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted arm64 Packages [5240 B]
Get:13 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [2115 kB]
Get:14 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 Packages [9068 B]
Get:15 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [1196 kB]
Get:16 http://ports.ubuntu.com/ubuntu-ports focal-backports/universe arm64 Packages [27.8 kB]
Get:17 http://ports.ubuntu.com/ubuntu-ports focal-backports/main arm64 Packages [54.8 kB]
Get:18 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 Packages [898 kB]
Get:19 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 Packages [5003 B]
Get:20 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 Packages [1727 kB]
Get:21 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 Packages [3252 B]
Reading package lists...
W: GPG error: https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/sbsa  InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A4B469963BF863CC
E: The repository 'https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/sbsa  InRelease' is not signed.
The command '/bin/sh -c apt-get update &&     apt-get install -y --no-install-recommends     zip unzip wget build-essential autoconf autogen gdb     python3.8 python3-pip python3-dev rapidjson-dev &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100

Can someone please public instructions for resolving this that are specific to the Orin?