Skip to content

Commit

Permalink
Merge pull request #401 from sony/fix/20220504-update-nvidia-gpg-key
Browse files Browse the repository at this point in the history
update nvidia gpg key
  • Loading branch information
YukioOobuchi committed May 19, 2022
2 parents b015066 + 989fbc7 commit 7653e37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/release/Dockerfile.cuda
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ ARG APT_OPTS
ENV DEBIAN_FRONTEND noninteractive

RUN eval ${APT_OPTS} \
&& apt-key adv --fetch-keys http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
software-properties-common \
Expand Down
1 change: 1 addition & 0 deletions docker/release/Dockerfile.cuda-mpi
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ ARG MPI
ENV DEBIAN_FRONTEND noninteractive

RUN eval ${APT_OPTS} \
&& apt-key adv --fetch-keys http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
software-properties-common \
Expand Down

0 comments on commit 7653e37

Please sign in to comment.