Skip to content

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.