mirror of
https://github.com/serengil/deepface.git
synced 2025-06-06 19:45:21 +00:00
Update README.md
dockerize
This commit is contained in:
parent
fbc6d8d184
commit
514f69a2ac
@ -324,7 +324,7 @@ Face recognition, facial attribute analysis and vector representation functions
|
||||
The following command set will serve deepface on `localhost:5005` via docker. Then, you will be able to consume deepface services such as verify, analyze and represent. Also, if you want to build the image by your own instead of pre-built image from docker hub, [Dockerfile](https://github.com/serengil/deepface/blob/master/Dockerfile) is available in the root folder of the project.
|
||||
|
||||
```shell
|
||||
# docker build -t serengil/deepface . # build docker image
|
||||
# docker build -t serengil/deepface . # build docker image from Dockerfile
|
||||
docker pull serengil/deepface # use pre-built docker image from docker hub
|
||||
docker run -p 5005:5000 serengil/deepface
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user