Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroAska authored Jul 23, 2022
1 parent 37b2b06 commit 2d96be0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cvo_gpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ RUN apt-get update \
&& dpkg-reconfigure --frontend=noninteractive locales \
&& update-locale LANG=en_US.UTF-8

# patch fix: for nvidia deprecated key
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
# remove deprecated nvidia key
RUN apt install -y wget && wget -qO - https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/7fa2af80.pub | apt-key add - \
&& apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub

RUN apt update && apt-get install -y software-properties-common && \
add-apt-repository ppa:ubuntu-toolchain-r/test && \
Expand Down

0 comments on commit 2d96be0

Please sign in to comment.