TRI-ML / packnet-sfm

TRI-ML Monocular Depth Estimation Repository
https://tri-ml.github.io/packnet-sfm/
MIT License
1.24k stars 243 forks source link

make docker-build #138

Open 17853313621 opened 3 years ago

17853313621 commented 3 years ago

docker build \ -f docker/Dockerfile \ -t packnet-sfm:latest . make: docker: Command not found Makefile:65: recipe for target 'docker-build' failed make: *** [docker-build] Error 127

VitorGuizilini-TRI commented 3 years ago

Seems like you don't have docker installed, did you manage to fix this?