mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-09 08:40:11 -06:00
According to NVIDIA's container image support policy [1], they will remove tags for older images over time. In order to preserve our ability to rebuild CI images based on them in the future, base them on tags we control. [1] https://gitlab.com/nvidia/container-images/cuda/blob/85fbd45b92/doc/support-policy.md
6 lines
165 B
Docker
6 lines
165 B
Docker
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
|