Update README.md

dockerize
This commit is contained in:
Sefik Ilkin Serengil 2024-06-04 10:58:16 +01:00 committed by GitHub
parent fbc6d8d184
commit 514f69a2ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
```