romi / plant-3d-vision

Reconstruct a 3D digital twin of the plant from pictures (RGB images) and quantify its phyllotaxis.
https://docs.romi-project.eu/plant_imager/
GNU Lesser General Public License v3.0
5 stars 1 forks source link

Allow multiple volume mounting in docker/run.sh script #145

Closed fabfabBesnard closed 3 years ago

fabfabBesnard commented 3 years ago

when starting the (non-developer full-image) docker container (using docker/run.sh), allow to mount several volume with he -v option. The behavior should be the same as the actual docker/dev/run.sh script, used for developer (pipe split into two images).

jlegrand62 commented 3 years ago

It's done & I even fixed the missing argument '--volume' in docker/dev/run.sh! Thanks.