<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" id="owaParaStyle">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body class="" style="word-wrap:break-word; line-break:after-white-space" fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">
<div>Dear Maxime,</div>
<div><br>
</div>
<div>Thank you for your reply.</div>
<div><br>
</div>
<div>Actually, I tried to open the file with Root v6-08-06 installed on my laptop. But it also failed there. I thought the reason was the difference in the versions. Because the Root version in the container is 6.1/02. Do you think this could be reason?</div>
<div><br>
</div>
<div>I pulled the Gate container on an HPC. I cannot install those packages in there.</div>
<div><br>
</div>
<div>Kind regards,</div>
<div>Parisa</div>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div id="divRpF634189" style="direction: ltr;"><font size="2" face="Tahoma" color="#000000"><b>From:</b> Maxime Chauvin [maxime.chauvin@inserm.fr]<br>
<b>Sent:</b> 19 October 2018 16:58<br>
<b>To:</b> Parisa Khateri<br>
<b>Cc:</b> Joćo Marcos; gate-users@lists.opengatecollaboration.org<br>
<b>Subject:</b> Re: [Gate-users] GATE Docker container now available !<br>
</font><br>
</div>
<div></div>
<div>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="" target="_blank" rel="noopener noreferrer">parisa.khateri@cern.ch</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="" style="font-style:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none; direction:ltr; font-family:Tahoma; font-size:10pt">
<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 class="" face="Courier New">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 class="" style="font-family:"Times New Roman"; font-size:16px">
<hr tabindex="-1" class="">
<div id="divRpF227275" class="" style="direction:ltr"><font class="" size="2" face="Tahoma"><b class="">From:</b><span class="Apple-converted-space"> </span>Gate-users [<a href="mailto:gate-users-bounces@lists.opengatecollaboration.org" class="" target="_blank" rel="noopener noreferrer">gate-users-bounces@lists.opengatecollaboration.org</a>]
 on behalf of Joćo Marcos [<a href="mailto:joao.marcos@coimbra.lip.pt" class="" target="_blank" rel="noopener noreferrer">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="" target="_blank" rel="noopener noreferrer">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="" target="_blank" rel="noopener noreferrer">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="" target="_blank" rel="noopener noreferrer">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="" target="_blank" rel="noopener noreferrer">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>
</div>
</div>
</div>
</body>
</html>