We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de57b01 commit 21bbe8dCopy full SHA for 21bbe8d
Dockerfile
@@ -13,6 +13,10 @@ ENV DEBIAN_FRONTEND=noninteractive
13
# Set default shell to /bin/bash
14
SHELL ["/bin/bash", "-cu"]
15
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
+
20
RUN apt-get update && apt-get install -y --allow-downgrades --allow-change-held-packages --no-install-recommends \
21
build-essential \
22
ca-certificates \
0 commit comments