提交 62124530 编写于 作者: E Enric Moreu 提交者: Adam Geitgey

Documentation updated

上级 bf51495e
......@@ -92,6 +92,8 @@ Then, install this module from pypi using `pip3` (or `pip2` for Python 2):
pip3 install face_recognition
```
Alternatively, you can try this library with [Docker](https://www.docker.com/), see [this section](##Deployment to Cloud Hosts (Heroku, AWS, etc))
If you are having trouble with installation, you can also try out a
[pre-configured VM](https://medium.com/@ageitgey/try-deep-learning-in-python-now-with-a-fully-pre-configured-vm-1d97d4c3e9b).
......@@ -367,6 +369,10 @@ To make things easier, there's an example Dockerfile in this repo that shows how
`face_recognition` in a [Docker](https://www.docker.com/) container. With that, you should be able to deploy
to any service that supports Docker images.
You can try the Docker image locally by running: `docker-compose up -d`
If you don't have nvidia-docker installed or a GPU, remove the last line in the [docker-compose.yml](docker-compose.yml) file (`runtime: nvidia`).
## Having problems?
If you run into problems, please read the [Common Errors](https://github.com/ageitgey/face_recognition/wiki/Common-Errors) section of the wiki before filing a github issue.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册