diff --git a/Jenkins/Dockerfile.tf-gpu b/Jenkins/Dockerfile.tf-gpu index cbcd8b3d61b..574476ca6c3 100644 --- a/Jenkins/Dockerfile.tf-gpu +++ b/Jenkins/Dockerfile.tf-gpu @@ -38,6 +38,9 @@ FROM nvidia/cuda:11.0.3-cudnn8-devel-ubuntu18.04 +RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub +RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/7fa2af80.pub + RUN apt-get update > /dev/null && \ apt-get install --no-install-recommends -y \ # Bare minimum Packages diff --git a/Jenkins/Dockerfile.torch-gpu b/Jenkins/Dockerfile.torch-gpu index 7392ace7179..abbc01aae18 100644 --- a/Jenkins/Dockerfile.torch-gpu +++ b/Jenkins/Dockerfile.torch-gpu @@ -38,6 +38,9 @@ FROM nvidia/cuda:11.0.3-cudnn8-devel-ubuntu18.04 +RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub +RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/7fa2af80.pub + RUN apt-get update > /dev/null && \ apt-get install --no-install-recommends -y \ # Bare minimum Packages diff --git a/Jenkins/python37/Dockerfile.tf-gpu b/Jenkins/python37/Dockerfile.tf-gpu index c729064e9cf..70e46d00f24 100644 --- a/Jenkins/python37/Dockerfile.tf-gpu +++ b/Jenkins/python37/Dockerfile.tf-gpu @@ -38,6 +38,9 @@ FROM nvidia/cuda:11.0.3-cudnn8-devel-ubuntu18.04 +RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub +RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/7fa2af80.pub + RUN apt-get update > /dev/null && \ apt-get install --no-install-recommends -y \ # Bare minimum Packages diff --git a/Jenkins/python37/Dockerfile.torch-gpu b/Jenkins/python37/Dockerfile.torch-gpu index 3f0f1c8f075..229769be633 100644 --- a/Jenkins/python37/Dockerfile.torch-gpu +++ b/Jenkins/python37/Dockerfile.torch-gpu @@ -38,6 +38,9 @@ FROM nvidia/cuda:11.0.3-cudnn8-devel-ubuntu18.04 +RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub +RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/7fa2af80.pub + RUN apt-get update > /dev/null && \ apt-get install --no-install-recommends -y \ # Bare minimum Packages