Skip to content

Commit

Permalink
Merge pull request #256 from emcastillo/gpg-v10
Browse files Browse the repository at this point in the history
[backport] Fix GPG key issue in verifier Docker image
  • Loading branch information
emcastillo authored May 26, 2022
2 parents 622476e + 9480196 commit d88a5c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions verifier/Dockerfile.debian
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ FROM ${base_image}
USER root
RUN [ ! -d /opt/rocm ] || ( curl -qL https://repo.radeon.com/rocm/rocm.gpg.key | apt-key add - )

# Update CUDA GPG key
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub

# Workaround an issue in ROCm 4.0.0 docker image that apt repo is not pinned to the version
RUN [ ! -d /opt/rocm-4.0.0 ] || ( \
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 \
Expand Down

0 comments on commit d88a5c8

Please sign in to comment.