Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Latest commit

 

History

History
8 lines (4 loc) · 236 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 236 Bytes

docker build . -t facerecognition

// when docker is running on a vm, add port forwarding of port 50000 to the vm

docker run -p50000:8000 --name facerecognition facerecognition

// go to http://localhost:50000 in your browser