File size: 335 Bytes
36f0d8c
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
####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