Skip to content

Commit

Permalink
[Images] Fix GPU image to have new signing keys (#2030)
Browse files Browse the repository at this point in the history
(cherry picked from commit a527fbb)
  • Loading branch information
Hedingber committed Jun 9, 2022
1 parent f0e2d71 commit 1a3ceef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dockerfiles/models-gpu/Dockerfile
Expand Up @@ -26,6 +26,10 @@ ENV PATH /opt/conda/bin:$PATH
# Set default shell to /bin/bash
SHELL ["/bin/bash", "-cu"]

RUN apt-key del 7fa2af80 && \
apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub && \
apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/7fa2af80.pub

RUN apt-get update && \
apt-mark hold libcublas-dev libcublas10 && \
apt-get upgrade -y && \
Expand Down

0 comments on commit 1a3ceef

Please sign in to comment.