From 48b73c35c312d9a00d94f34bffc7d5e1a8f10904 Mon Sep 17 00:00:00 2001 From: Ryan Baumann Date: Tue, 23 Aug 2016 16:14:48 -0400 Subject: Initial pass at automatic hi-res NYPL Stereogranimator morphing --- Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Dockerfile') 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 -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 -- cgit v1.2.3-70-g09d2