summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile12
1 files changed, 12 insertions, 0 deletions
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 <ryan.baumann@gmail.com>
+
+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