voxl-inspect on docker
-
hello !
i try to run “voxl-inspect-cpu " which is on host machine coded in a python script and i want to execute it on docker ,but when i build and run the image with the script it dosen't give me the result that i want ,how can fix that ? -
@wilkinsaf can you help !
-
@hedd Docker containers don't have access to any programs outside of the scope of their container. Files from the host machine can be mounted inside the docker container: https://docs.docker.com/storage/bind-mounts/
It may be possible to run certain "voxl-" scripts inside the container if they're purely bash or python but this likely wouldn't work if they require a bunch of dependencies that are only available on the host machine.
Reading along? Create a free ModalAI Forum account to join in.
With an account you can reply, ask your own question, get an email when a ModalAI engineer answers, and mark the reply that solved it. Your place in each thread is saved between visits.
Questions about VOXL, Flight Core, ESCs and ModalAI drones are answered here by the engineers who build them.
Register Login