From 804a95450a6abaa698d526495d98327a22e69d92 Mon Sep 17 00:00:00 2001 From: Ryan Baumann Date: Fri, 29 Jul 2016 15:42:20 -0400 Subject: Add Dockerfile --- Dockerfile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Dockerfile (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..23db38a --- /dev/null +++ b/Dockerfile @@ -0,0 +1,12 @@ +FROM teeps/cuda7.5-art-vid +MAINTAINER Ryan Baumann + +RUN apt-get install -y bc + +ADD . /root/torch-warp + +RUN cp -v *-static /root/torch-warp/ + +WORKDIR /root/torch-warp + +RUN cd consistencyChecker && make -- cgit v1.2.3-70-g09d2