Files
ai-hand/笔记.txt
2025-01-23 01:13:29 +08:00

10 lines
381 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

启动命令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