first commit
This commit is contained in:
10
笔记.txt
Normal file
10
笔记.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
启动命令:uvicorn main:app --reload --host '0.0.0.0' --port 9741
|
||||
|
||||
|
||||
打包镜像:docker build -t ai_check_hand .
|
||||
打包镜像:docker build -t ai-modelscope:v1.0 .
|
||||
|
||||
docker tag ai-modelscope:v1.0 bmy/ai-modelscope:v1.0
|
||||
|
||||
运行镜像:docker run -d --name ai_check_hand -p 9741:9741 ai_check_hand
|
||||
运行镜像:docker run -d --name ai_check_hand -p 9741:9741 ai-hand-project
|
||||
Reference in New Issue
Block a user