diff options
| author | Ryan Baumann <ryan.baumann@gmail.com> | 2016-08-23 16:14:48 -0400 |
|---|---|---|
| committer | Ryan Baumann <ryan.baumann@gmail.com> | 2016-08-23 16:14:48 -0400 |
| commit | 48b73c35c312d9a00d94f34bffc7d5e1a8f10904 (patch) | |
| tree | 696ce996ed06ea5cd4532e4df476806911b76200 /Dockerfile | |
| parent | acb4c878bde601de3c792fed38198ad03f69b21e (diff) | |
Initial pass at automatic hi-res NYPL Stereogranimator morphing
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
