summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/docker/cuda9.2/Dockerfile
blob: d7e483b1c3c3887e1b7b1cc568c2c1bae39db553 (plain)
1
2
3
4
5
FROM kitware/nvidia-cuda:9.2-devel-ubuntu16.04
MAINTAINER Brad King <brad.king@kitware.com>

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