diff options
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 |
