[Viame] VIAME Docker build

Danelle Cline dcline at mbari.org
Wed Aug 31 15:27:23 EDT 2016


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

No problem at all.

 
> On Aug 31, 2016, at 12:19 PM, Keith Fieldhouse <keith.fieldhouse at kitware.com> wrote:
> 
> 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 <mailto: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 <mailto: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 <http://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 <tel:831%20775%201947>; 831 775 1652 <tel:831%20775%201652> (fax)
> www.mbari.org <http://www.mbari.org/>;  www.mbari.org/staff/dcline <http://www.mbari.org/staff/dcline>
> 
> _______________________________________________
> Viame mailing list
> Viame at public.kitware.com <mailto:Viame at public.kitware.com>
> http://public.kitware.com/mailman/listinfo/viame <http://public.kitware.com/mailman/listinfo/viame>
> 
> 
> 
> 
> -- 
> Keith Fieldhouse
> Assistant Director of Computer Vision
> Kitware, Inc.
> E-mail: keith.fieldhouse at kitware.com <mailto: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/e7b68fb3/attachment.html>


More information about the Viame mailing list