[Viame] VIAME Docker build

Danelle Cline dcline at mbari.org
Wed Aug 31 15:06:38 EDT 2016


Hi fellow developers,

If you don’t use Docker, please disregard this message. 

If you do use Docker, FYI the following instructions in a Dockerfile work. You can probably use a newer version of ubuntu, but we need this one for our software:

FROM ubuntu:15.04
MAINTAINER Danelle Cline <dcline at mbari.org>

# Install
RUN \
  apt-get update -y && \
  apt-get upgrade -y && \
  apt-get install -y git cmake g++ && \
  apt-get clean


# Check out VIAME and build
WORKDIR /code
RUN git clone https://github.com/Kitware/VIAME.git
WORKDIR /code/VIAME/
RUN git submodule update --init
RUN cmake -DCMAKE_BUILD_TYPE:STRING=Release /code/VIAME

-Danelle

Danelle Cline
Software Engineer
Monterey Bay Aquarium Research Institute
7700 Sandholdt Road
Moss Landing, California  95039
831 775 1947; 831 775 1652 (fax)
www.mbari.org;  www.mbari.org/staff/dcline

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/viame/attachments/20160831/48df7776/attachment.html>


More information about the Viame mailing list