hiennguyen9874 / deepstream-face-recognition

Deepstream face detection & recognition
18 stars 9 forks source link

unable to start the container getting error "bash: ./bin/deepstream-app: No such file or directory" #9

Open ahmedmuzammilAI opened 6 months ago

ahmedmuzammilAI commented 6 months ago

docker run --gpus '"'device=0'"' -e DISPLAY=$DISPLAY -it --rm --net=host -v /home/deepstream-face:/app hiennguyen9874/deepstream-face-recognition:deepstream-6.0.1

throws an error: bash: ./bin/deepstream-app: No such file or directory please help!

Vuong02011996 commented 5 months ago

I get the same error ?? @hiennguyen9874 how we fix this?

hiennguyen9874 commented 5 months ago

Must build sudo bash sources/install.sh source code to binary file ./bin/deepstream-app before run, any error when build code?