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.
2 parents e92eca9 + 3f89f27 commit 08821c3Copy full SHA for 08821c3
devops/containers/ubuntu2004_build.Dockerfile
@@ -4,6 +4,10 @@ ENV DEBIAN_FRONTEND=noninteractive
4
5
USER root
6
7
+# Install Nvidia keys
8
+# https://forums.developer.nvidia.com/t/notice-cuda-linux-repository-key-rotation/212772
9
+RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/3bf863cc.pub
10
+
11
# Install SYCL prerequisites
12
COPY scripts/install_build_tools.sh /install.sh
13
RUN /install.sh
0 commit comments