summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/docker/cuda11.6/Dockerfile
blob: 27cdf8b91a0f8b20ec84938047bbe768460d2462 (plain)
1
2
3
4
5
6
7
8
9
FROM nvidia/cuda:11.6.0-devel-ubuntu20.04
MAINTAINER Ben Boeckel <ben.boeckel@kitware.com>

COPY llvm.list /etc/apt/sources.list.d/llvm.list
COPY llvm-snapshot.gpg.key /root/llvm-snapshot.gpg.key
RUN apt-key add /root/llvm-snapshot.gpg.key

COPY install_deps.sh /root/install_deps.sh
RUN sh /root/install_deps.sh