FaceLivenessDetection / readme.txt
justin2341's picture
Upload 12 files
36f0d8c verified
raw
history blame
No virus
335 Bytes
####docker build
sudo docker build --pull --rm -f Dockerfile -t kby-ai-live:latest .
#### docker run with online license
sudo docker run -e LICENSE="xxxxx" -p 8080:8080 -p 9000:9000 kby-ai-live
#### docker run with offline license
sudo docker run -v ./license.txt:/root/kby-ai-live/license.txt -p 8080:8080 -p 9000:9000 kby-ai-live