We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 622476e + 9480196 commit d88a5c8Copy full SHA for d88a5c8
verifier/Dockerfile.debian
@@ -4,6 +4,9 @@ FROM ${base_image}
4
USER root
5
RUN [ ! -d /opt/rocm ] || ( curl -qL https://repo.radeon.com/rocm/rocm.gpg.key | apt-key add - )
6
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
+
10
# Workaround an issue in ROCm 4.0.0 docker image that apt repo is not pinned to the version
11
RUN [ ! -d /opt/rocm-4.0.0 ] || ( \
12
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