[Viame] VIAME Docker build

Keith Fieldhouse keith.fieldhouse at kitware.com
Wed Aug 31 15:19:02 EDT 2016


Danelle,

Nice.  Thanks for this.  Do you have any objection if we add this as a
Dockerfile to the repo?

To the list at large:  would there be interest in a Vagrantfile as well?

Keith

On Wed, Aug 31, 2016 at 3:06 PM, Danelle Cline <dcline at mbari.org> wrote:

> 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
>
>
> _______________________________________________
> Viame mailing list
> Viame at public.kitware.com
> http://public.kitware.com/mailman/listinfo/viame
>
>


-- 
Keith Fieldhouse
Assistant Director of Computer Vision
Kitware, Inc.
E-mail: keith.fieldhouse at kitware.com
Phone: (518) 836-2190
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/viame/attachments/20160831/d52fcaec/attachment.html>


More information about the Viame mailing list