Skip to content

Commit

Permalink
Merge pull request #402 from sony/feature/20220520-centos-cuda-gpgkey
Browse files Browse the repository at this point in the history
Update gpg keys for centos based nvidia docker
  • Loading branch information
YukioOobuchi committed May 20, 2022
2 parents 7653e37 + 54d05a3 commit 3e787fe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/development/Dockerfile.build
Expand Up @@ -29,6 +29,8 @@ ENV LANG C
ENV LANGUAGE C

RUN eval ${YUM_OPTS} \
&& curl ${CURL_OPTS} -L https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/D42D0685.pub -o D42D0685.pub \
&& rpm --import D42D0685.pub \
&& yum install -y \
epel-release \
yum-utils \
Expand Down
2 changes: 2 additions & 0 deletions docker/development/Dockerfile.build-mpi
Expand Up @@ -66,6 +66,8 @@ ENV LANG C
ENV LANGUAGE C

RUN eval ${YUM_OPTS} \
&& curl ${CURL_OPTS} -L https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/D42D0685.pub -o D42D0685.pub \
&& rpm --import D42D0685.pub \
&& yum install -y \
epel-release \
yum-utils \
Expand Down
2 changes: 2 additions & 0 deletions docker/development/Dockerfile.build-mpi-ppc64le
Expand Up @@ -66,6 +66,8 @@ ENV LANG C
ENV LANGUAGE C

RUN eval ${YUM_OPTS} \
&& curl ${CURL_OPTS} -L https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/D42D0685.pub -o D42D0685.pub \
&& rpm --import D42D0685.pub \
&& yum install -y \
epel-release \
yum-utils \
Expand Down
2 changes: 2 additions & 0 deletions docker/development/Dockerfile.build-ppc64le
Expand Up @@ -29,6 +29,8 @@ ENV LANG C
ENV LANGUAGE C

RUN eval ${YUM_OPTS} \
&& curl ${CURL_OPTS} -L https://developer.download.nvidia.com/compute/cuda/repos/rhel7/x86_64/D42D0685.pub -o D42D0685.pub \
&& rpm --import D42D0685.pub \
&& yum install -y \
epel-release \
yum-utils \
Expand Down

0 comments on commit 3e787fe

Please sign in to comment.