<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Dear Parisa,<div class=""><br class=""></div><div class="">ROOT needs some packages to be installed on the system if you want to use more than its libraries.</div><div class="">You can install them using this command:</div><span class="">yum -y install libX11-devel libXpm-devel libXft-devel libXext-devel<br class=""></span><span class=""><br class=""></span><div class="">But keep in mind that the docker container is intended for computing, not for data analysis or visualisation.</div><div class=""><div><br class=""></div><div>Kind regards,</div><div>  Maxime Chauvin</div><div><br class=""><blockquote type="cite" class=""><div class="">On 19 Oct 2018, at 15:47, Parisa Khateri <<a href="mailto:parisa.khateri@cern.ch" class="">parisa.khateri@cern.ch</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div style="caret-color: rgb(0, 0, 0); font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; direction: ltr; font-family: Tahoma; font-size: 10pt;" class=""><div class="">Dear Maxime, dear Joao,<br class=""></div><div class=""><br class=""></div><div class="">I tried to pull it on a HPC using shifter (instead of Docker). Then I ran a simple Gate simulation without an error but when I attempt to run root to open the simulation root file I get this error:</div><div class=""><br class=""></div><div class=""><font face="Courier New" class="">root: error while loading shared libraries: libSM.so.6: cannot open shared object file: No such file or directory</font><br class=""><br class=""></div><div class="">I checked and found this library doesn't exist in the /cern/root-install/lib/ directory.<span class="Apple-converted-space"> </span><br class=""></div><div class="">Could it be because of an inappropriate installation?</div><div class=""><br class=""></div><div class="">Thank you and kind regards,</div><div class="">Parisa<br class=""></div><div class=""><br class=""></div><div style="font-family: "Times New Roman"; font-size: 16px;" class=""><hr tabindex="-1" class=""><div id="divRpF227275" style="direction: ltr;" class=""><font size="2" face="Tahoma" class=""><b class="">From:</b><span class="Apple-converted-space"> </span>Gate-users [<a href="mailto:gate-users-bounces@lists.opengatecollaboration.org" class="">gate-users-bounces@lists.opengatecollaboration.org</a>] on behalf of João Marcos [<a href="mailto:joao.marcos@coimbra.lip.pt" class="">joao.marcos@coimbra.lip.pt</a>]<br class=""><b class="">Sent:</b><span class="Apple-converted-space"> </span>17 September 2018 12:50<br class=""><b class="">To:</b><span class="Apple-converted-space"> </span>Maxime Chauvin<br class=""><b class="">Cc:</b><span class="Apple-converted-space"> </span><a href="mailto:gate-users@lists.opengatecollaboration.org" class="">gate-users@lists.opengatecollaboration.org</a><br class=""><b class="">Subject:</b><span class="Apple-converted-space"> </span>Re: [Gate-users] GATE Docker container now available !<br class=""></font><br class=""></div><div class=""></div><div class=""><pre class="">Dear Maxime,</pre><pre class=""><br class=""></pre><pre class="">I followed your instructions and I got my first Gate installation successfully.</pre><pre class="">This docker approach seems to be very useful.</pre><pre class=""><br class=""></pre><pre class="">Thank you very much.</pre><pre class="">Best regards,</pre><pre class="">João Marcos</pre><pre class=""> </pre><pre class="">On Wed, 22 Aug 2018 15:24:03 +0200, Maxime Chauvin
 wrote:
> Dear gate-users,

> GATE is now available as a Docker container:
> <a href="https://hub.docker.com/r/opengatecollaboration/gate/" class="">https://hub.docker.com/r/opengatecollaboration/gate/</a>


> A Docker container is a bit like a small virtual machine that is created
> for one job and then destroyed. It is fast to deploy, very robust and
> perfect for production on a cluster.
> More information on Docker containers here:
> <a href="https://www.docker.com/resources/what-container" class="">https://www.docker.com/resources/what-container</a>


> As a simple example, to launch GATE within a Docker container:
> install the Docker app <a href="https://www.docker.com/products/docker-desktop" class="">https://www.docker.com/products/docker-desktop</a>

> run in a terminal 'docker run -it opengatecollaboration/gate’
> run ‘Gate'
> Best regards,
>   Maxime Chauvin</pre></div></div></div></div></blockquote></div><br class=""></div></body></html>