nischi / MMM-Face-Reco-DNN

Face recognition with opencv and deep neural network
MIT License
91 stars 46 forks source link

cant make docker file #37

Closed Adarsh-Suvarna closed 4 years ago

Adarsh-Suvarna commented 4 years ago

Im getting this error. please anyone share the solution pi@raspberrypi:~/MagicMirror/modules/MMM-Face-Reco-DNN/tools $ make docker build --build-arg UID=1000 --build-arg GID=1000 -t mmm-face-reco-dnn-dataset-runner . make: docker: Command not found make: *** [Makefile:6: image] Error 127

nischi commented 4 years ago

@anderm3 Can you maybe help?

DrSoops commented 4 years ago

@amsuvarna27 do you have docker installed? From the Readme "you will only need make and docker." The make script will just invoke a couple of docker commands so if you dont also have docker installed it will give you the error you see.

nischi commented 4 years ago

Close it because no activity here. If still a case, you can reopen it.