summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 23db38a..e554117 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,9 @@
FROM teeps/cuda7.5-art-vid
MAINTAINER Ryan Baumann <ryan.baumann@gmail.com>
-RUN apt-get install -y bc
+RUN apt-get install -y bc python-opencv
+RUN apt-add-repository ppa:brightbox/ruby-ng && apt-get update && apt-get install -y ruby2.2 ruby2.2-dev
+RUN gem install bundler
ADD . /root/torch-warp
@@ -9,4 +11,5 @@ RUN cp -v *-static /root/torch-warp/
WORKDIR /root/torch-warp
+RUN bundle install
RUN cd consistencyChecker && make