<div dir="ltr"><div>Hi all,</div><div><br></div><div>I am trying to run the latest version of Gate from the docker container.</div><div>On the host, the macros are in the working directory.</div><div>I use the command as follows:</div><div><br></div><div>$ docker run -v $PWD:/mnt/mydata --workdir="/mnt/mydata" -it opengatecollaboration/gate /mnt/mydata/Benchmark.mac</div><div><br></div><div>I get this error:</div><div><br>-------- EEEE ------- G4Exception-START -------- EEEE -------<br>*** G4Exception : GateMDBFile<br>      issued by : GateMDBFile::GateMDBFile<br>Could not find material database file './GateMaterials.db'<br>*** Fatal Exception *** core dump ***<br>[G4-cerr]  **** Track information is not available at this moment<br>[G4-cerr]  **** Step information is not available at this moment<br>[G4-cerr] <br>-------- EEEE -------- G4Exception-END --------- EEEE -------</div><div><br></div><div>However GateMaterials.db is in my working directory.</div><div><br></div><div><br></div><div>When I changed all the occurrences of "./" into "/mnt/mydata" (which is far from ideal), I get the error as follows:<br></div><div><br></div><div>[Core-0] Starting macro /mnt/mydata/Benchmark.mac<br>I/O warning : failed to load external entity "./Materials.xml"<br>I/O warning: Discard the previous warning if your simulation doesn't transport OPTICAL PHOTONS. <br>Otherwise, please copy the ./Materials.xml file from the gate-source directory in the directory where you run your main macro.<br>I/O warning : failed to load external entity "./Materials.xml"<br>I/O warning: Discard the previous warning if your simulation doesn't transport OPTICAL PHOTONS. <br>Otherwise, please copy the ./Materials.xml file from the gate-source directory in the directory where you run your main macro.<br>GateMaterialDatabase.cc (l.174): GateMaterialDatabase: could not find the definition for material 'Silicon' in material files<br></div><div><br></div><div>Any help will be welcome,</div><div><br></div><div>best regards,</div><div><br></div><div>Franck<br></div></div>