Skip to content
Snippets Groups Projects
Commit bf6965fb authored by Brad King's avatar Brad King
Browse files

ci: add cuda9.2 base image

parent 88fade39
No related branches found
No related tags found
Loading
FROM 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
#!/bin/sh
set -e
apt-get update
# Install development tools.
apt-get install -y \
g++ \
clang-3.8 \
curl \
git
apt-get clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment