<div dir="ltr"><div><br clear="all"></div><div>Hi all, <br></div><div><br></div><div>I would like to run the pre-process of the car profile from a python script. I have checked the documentation of subprocess library and  docker SDK for python but I don´t know how to properly make the request. For example, how could I transform the sh request: <br></div><div><br></div><div><pre><code>docker run -t -v "${PWD}:/data" osrm/osrm-backend osrm-extract -p /opt/car.lua /data/berlin-latest.osm.pbf</code></pre></div><div>So it can be done from python. Is that possible?</div><div><br></div><div><br></div><div>Thank you in advance<br></div><div><br></div></div>