Skip to content

Commit 21bbe8d

Browse files
fix: update nvidia gpg key (#91)
* fix: update nvidia gpg key
1 parent de57b01 commit 21bbe8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ ENV DEBIAN_FRONTEND=noninteractive
1313
# Set default shell to /bin/bash
1414
SHELL ["/bin/bash", "-cu"]
1515

16+
# Temporary fix for invalid GPG key see
17+
# https://forums.developer.nvidia.com/t/gpg-error-http-developer-download-nvidia-com-compute-cuda-repos-ubuntu1804-x86-64/212904
18+
RUN apt-key adv --fetch-keys http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
19+
1620
RUN apt-get update && apt-get install -y --allow-downgrades --allow-change-held-packages --no-install-recommends \
1721
build-essential \
1822
ca-certificates \

0 commit comments

Comments
 (0)