Skip to content

Commit 3f89f27

Browse files
author
Pavel Chupin
authored
[CI] Install required keys to fix NV container build problem (#6079)
* [CI] Install required keys to fix NV container build problem Error: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A4B469963BF863CC See https://forums.developer.nvidia.com/t/invalid-public-key-for-cuda-apt-repository/212901
1 parent c1b6835 commit 3f89f27

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

devops/containers/ubuntu2004_build.Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ ENV DEBIAN_FRONTEND=noninteractive
44

55
USER root
66

7+
# Install Nvidia keys
8+
# https://forums.developer.nvidia.com/t/notice-cuda-linux-repository-key-rotation/212772
9+
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/3bf863cc.pub
10+
711
# Install SYCL prerequisites
812
COPY scripts/install_build_tools.sh /install.sh
913
RUN /install.sh

0 commit comments

Comments
 (0)