Skip to content

Commit d88a5c8

Browse files
author
emcastillo
authored
Merge pull request #256 from emcastillo/gpg-v10
[backport] Fix GPG key issue in verifier Docker image
2 parents 622476e + 9480196 commit d88a5c8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

verifier/Dockerfile.debian

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ FROM ${base_image}
44
USER root
55
RUN [ ! -d /opt/rocm ] || ( curl -qL https://repo.radeon.com/rocm/rocm.gpg.key | apt-key add - )
66

7+
# Update CUDA GPG key
8+
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
9+
710
# Workaround an issue in ROCm 4.0.0 docker image that apt repo is not pinned to the version
811
RUN [ ! -d /opt/rocm-4.0.0 ] || ( \
912
sed -ie 's|http://repo.radeon.com/rocm/apt/debian/|http://repo.radeon.com/rocm/apt/4.0/|' /etc/apt/sources.list.d/rocm.list \

0 commit comments

Comments
 (0)