From 922d2137ddcc74455a7e727f0ed291cff5ce65c0 Mon Sep 17 00:00:00 2001 From: Philip Hyunsu Cho Date: Wed, 17 Aug 2022 22:06:07 -0700 Subject: [PATCH] [CI] Fix R build on Jenkins. (#8154) (#8180) Co-authored-by: Jiaming Yuan --- tests/ci_build/Dockerfile.gpu_build_r_centos7 | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ci_build/Dockerfile.gpu_build_r_centos7 b/tests/ci_build/Dockerfile.gpu_build_r_centos7 index 6af8d75fb..54a63a242 100644 --- a/tests/ci_build/Dockerfile.gpu_build_r_centos7 +++ b/tests/ci_build/Dockerfile.gpu_build_r_centos7 @@ -4,7 +4,6 @@ ARG CUDA_VERSION_ARG # Install all basic requirements RUN \ - rpm --erase gpg-pubkey-7fa2af80* && \ curl -fsSL https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/D42D0685.pub | sed '/^Version/d' \ > /etc/pki/rpm-gpg/RPM-GPG-KEY-NVIDIA && \ yum install -y epel-release centos-release-scl && \