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

Update README.md

* Rebuild the image when using another Dockerfile
* CUDA 9 drivers version
上级 ff867ec3
......@@ -369,9 +369,9 @@ 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`
You can try the Docker image locally by running: `docker-compose up --build`
Linux users with a GPU and [Nvidia-Docker](https://github.com/NVIDIA/nvidia-docker) installed can run the example on the GPU: Open the [docker-compose.yml](docker-compose.yml) file and uncomment the `dockerfile: Dockerfile.gpu` and `runtime: nvidia` lines.
Linux users with a GPU (drivers >= 384.81) and [Nvidia-Docker](https://github.com/NVIDIA/nvidia-docker) installed can run the example on the GPU: Open the [docker-compose.yml](docker-compose.yml) file and uncomment the `dockerfile: Dockerfile.gpu` and `runtime: nvidia` lines.
## Having problems?
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册