<div dir="ltr">Danelle,<div><br></div><div>Nice.  Thanks for this.  Do you have any objection if we add this as a Dockerfile to the repo?</div><div><br></div><div>To the list at large:  would there be interest in a Vagrantfile as well?</div><div><br></div><div>Keith</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 31, 2016 at 3:06 PM, Danelle Cline <span dir="ltr"><<a href="mailto:dcline@mbari.org" target="_blank">dcline@mbari.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">Hi fellow developers,<div><br></div><div>If you don’t use Docker, please disregard this message. </div><div><br></div><div>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:</div><div><br></div><div><pre style="background-color:#ffffff;color:#333333;font-family:'Menlo';font-size:12.0pt"><span style="font-weight:bold">FROM </span>ubuntu:15.04<span style="color:#009999"><br></span><span style="font-weight:bold">MAINTAINER </span>Danelle Cline <span style="font-weight:bold"><</span><a href="mailto:dcline@mbari.org" target="_blank">dcline@mbari.org</a><span style="font-weight:bold">><br></span><span style="font-weight:bold"><br></span><span style="color:#999988;font-style:italic"># Install<br></span><span style="font-weight:bold">RUN </span>\<br>  apt-get update <span style="font-weight:bold">-</span>y <span style="font-weight:bold">&& </span>\<br>  apt-get upgrade <span style="font-weight:bold">-</span>y <span style="font-weight:bold">&& </span>\<br>  apt-get install <span style="font-weight:bold">-</span>y git cmake g<span style="font-weight:bold">++ && </span>\<br>  apt-get clean<br><br><br><span style="color:#999988;font-style:italic"># Check out VIAME and build<br></span><span style="font-weight:bold">WORKDIR /</span>code<br><span style="font-weight:bold">RUN </span>git clone https:<span style="font-weight:bold">//</span><a href="http://github.com" target="_blank">github.com</a><span style="font-weight:bold">/</span>Kitware<span style="font-weight:bold">/</span>VIA<wbr>ME.git<br><span style="font-weight:bold">WORKDIR /</span>code<span style="font-weight:bold">/</span>VIAME<span style="font-weight:bold">/<br></span><span style="font-weight:bold">RUN </span>git submodule update <span style="font-weight:bold">--</span>init<br><span style="font-weight:bold">RUN </span>cmake <span style="font-weight:bold">-</span>DCMAKE_BUILD_TYPE:STRING=<wbr>Release <span style="font-weight:bold">/</span>code<span style="font-weight:bold">/</span>VIAME</pre><div><br></div></div><div></div><div>-Danelle</div><span class="HOEnZb"><font color="#888888"><div><div>
<br>Danelle Cline<br>Software Engineer<br>Monterey Bay Aquarium Research Institute<br>7700 Sandholdt Road<br>Moss Landing, California  95039<br><a href="tel:831%20775%201947" value="+18317751947" target="_blank">831 775 1947</a>; <a href="tel:831%20775%201652" value="+18317751652" target="_blank">831 775 1652</a> (fax)<br><a href="http://www.mbari.org" target="_blank">www.mbari.org</a>;  <a href="http://www.mbari.org/staff/dcline" target="_blank">www.mbari.org/staff/dcline</a>

</div>
<br></div></font></span></div><br>______________________________<wbr>_________________<br>
Viame mailing list<br>
<a href="mailto:Viame@public.kitware.com">Viame@public.kitware.com</a><br>
<a href="http://public.kitware.com/mailman/listinfo/viame" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/viame</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr">Keith Fieldhouse<div><span style="font-size:12.8px">Assistant Director of Computer Vision</span></div><div><span style="font-size:12.8px">Kitware, Inc.</span></div><div><span style="font-size:12.8px">E-mail: </span><a href="mailto:keith.fieldhouse@kitware.com" style="font-size:12.8px" target="_blank">keith.fieldhouse@kitware.com</a><br></div><div>Phone: (518) 836-2190</div></div></div></div></div>
</div>