[CI] Rotate package repository keys (#7943)
This commit is contained in:
parent
18cbebaeb9
commit
2070afea02
@ -7,6 +7,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
|||||||
|
|
||||||
# Install all basic requirements
|
# Install all basic requirements
|
||||||
RUN \
|
RUN \
|
||||||
|
apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y tar unzip wget git build-essential python3 python3-pip software-properties-common \
|
apt-get install -y tar unzip wget git build-essential python3 python3-pip software-properties-common \
|
||||||
apt-transport-https ca-certificates gnupg-agent && \
|
apt-transport-https ca-certificates gnupg-agent && \
|
||||||
|
|||||||
@ -8,6 +8,7 @@ SHELL ["/bin/bash", "-c"] # Use Bash as shell
|
|||||||
|
|
||||||
# Install all basic requirements
|
# Install all basic requirements
|
||||||
RUN \
|
RUN \
|
||||||
|
apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y wget unzip bzip2 libgomp1 build-essential && \
|
apt-get install -y wget unzip bzip2 libgomp1 build-essential && \
|
||||||
# Python
|
# Python
|
||||||
|
|||||||
@ -8,6 +8,7 @@ SHELL ["/bin/bash", "-c"] # Use Bash as shell
|
|||||||
|
|
||||||
# Install all basic requirements
|
# Install all basic requirements
|
||||||
RUN \
|
RUN \
|
||||||
|
apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/3bf863cc.pub && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y software-properties-common && \
|
apt-get install -y software-properties-common && \
|
||||||
add-apt-repository ppa:ubuntu-toolchain-r/test && \
|
add-apt-repository ppa:ubuntu-toolchain-r/test && \
|
||||||
|
|||||||
@ -4,6 +4,9 @@ ARG CUDA_VERSION_ARG
|
|||||||
|
|
||||||
# Install all basic requirements
|
# Install all basic requirements
|
||||||
RUN \
|
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 && \
|
yum install -y epel-release centos-release-scl && \
|
||||||
yum-config-manager --enable centos-sclo-rh-testing && \
|
yum-config-manager --enable centos-sclo-rh-testing && \
|
||||||
yum -y update && \
|
yum -y update && \
|
||||||
|
|||||||
@ -4,6 +4,9 @@ ARG CUDA_VERSION_ARG
|
|||||||
|
|
||||||
# Install all basic requirements
|
# Install all basic requirements
|
||||||
RUN \
|
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 && \
|
yum install -y epel-release centos-release-scl && \
|
||||||
yum-config-manager --enable centos-sclo-rh-testing && \
|
yum-config-manager --enable centos-sclo-rh-testing && \
|
||||||
yum -y update && \
|
yum -y update && \
|
||||||
|
|||||||
@ -9,6 +9,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
|||||||
|
|
||||||
# Install all basic requirements
|
# Install all basic requirements
|
||||||
RUN \
|
RUN \
|
||||||
|
apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/3bf863cc.pub && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y software-properties-common && \
|
apt-get install -y software-properties-common && \
|
||||||
add-apt-repository ppa:openjdk-r/ppa && \
|
add-apt-repository ppa:openjdk-r/ppa && \
|
||||||
|
|||||||
@ -4,6 +4,9 @@ ARG CUDA_VERSION_ARG
|
|||||||
|
|
||||||
# Install all basic requirements
|
# Install all basic requirements
|
||||||
RUN \
|
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 && \
|
yum install -y epel-release centos-release-scl && \
|
||||||
yum-config-manager --enable centos-sclo-rh-testing && \
|
yum-config-manager --enable centos-sclo-rh-testing && \
|
||||||
yum -y update && \
|
yum -y update && \
|
||||||
|
|||||||
@ -8,6 +8,7 @@ SHELL ["/bin/bash", "-c"] # Use Bash as shell
|
|||||||
|
|
||||||
# Install all basic requirements
|
# Install all basic requirements
|
||||||
RUN \
|
RUN \
|
||||||
|
apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y wget unzip bzip2 libgomp1 build-essential ninja-build git && \
|
apt-get install -y wget unzip bzip2 libgomp1 build-essential ninja-build git && \
|
||||||
# Python
|
# Python
|
||||||
|
|||||||
@ -35,6 +35,7 @@ dependencies:
|
|||||||
- py-ubjson
|
- py-ubjson
|
||||||
- cffi
|
- cffi
|
||||||
- pyarrow
|
- pyarrow
|
||||||
|
- protobuf<=3.20
|
||||||
- pip:
|
- pip:
|
||||||
- shap
|
- shap
|
||||||
- ipython # required by shap at import time.
|
- ipython # required by shap at import time.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user