first commit
This commit is contained in:
8
README-AIDA-LC.md
Normal file
8
README-AIDA-LC.md
Normal file
@@ -0,0 +1,8 @@
|
||||
创建Docker file:
|
||||
litserve dockerize server.py --port 8000 --gpu
|
||||
|
||||
构建镜像:
|
||||
docker build -t litserve-model .
|
||||
|
||||
运行容器:
|
||||
docker run -p 8000:8000 litserve-model
|
||||
Reference in New Issue
Block a user