-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Using Docker
Adam Geitgey edited this page Apr 2, 2018
·
1 revision
You can easily use face_recognition with Docker.
Here's an example Dockerfile that shows how to run an app built with face_recognition
in a Docker container:
https://github.com/ageitgey/face_recognition/blob/master/Dockerfile
By modifying that for your app, you should be able to deploy to any service that supports deploying Docker images, such as Amazon AWS.