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

10 lines
321 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 -f Dockerfile-base -t 2271608011/ai-modelscope:v1.0 .
打包 项目 镜像docker build -f Dockerfile-project -t ai-hand-project .
运行镜像docker run -d --name ai-hand-project -p 9741:9741 ai-hand-project