summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/docker/cuda10.2/Dockerfile
blob: cd30446c43fe1d77c1c9034f31de4f68ef648120 (plain)
1
2
3
4
5
6
7
8
9
FROM kitware/nvidia-cuda:10.2-devel-ubuntu18.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