You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by we...@apache.org on 2022/05/13 21:18:43 UTC

[incubator-mxnet] branch v1.9.1-test updated: fix key update

This is an automated email from the ASF dual-hosted git repository.

weichu pushed a commit to branch v1.9.1-test
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/v1.9.1-test by this push:
     new 3c09813a5a fix key update
3c09813a5a is described below

commit 3c09813a5a1d0f6c9d4f7e36f3c76bcb563ddc38
Author: Wei Chu <we...@amazon.com>
AuthorDate: Fri May 13 14:18:06 2022 -0700

    fix key update
---
 cd/python/docker/Dockerfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cd/python/docker/Dockerfile b/cd/python/docker/Dockerfile
index 9645f3bb99..76275c3b8b 100644
--- a/cd/python/docker/Dockerfile
+++ b/cd/python/docker/Dockerfile
@@ -24,8 +24,7 @@ ARG BASE_IMAGE
 FROM ${BASE_IMAGE}
 
 # update cuda repo key: https://developer.nvidia.com/blog/updating-the-cuda-linux-gpg-repository-key/
-RUN apt-get install -y gnupg2
-RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/$distro/$arch/3bf863cc.pub
+RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
 
 RUN apt-get update && \
     apt-get install -y software-properties-common && \