Files
ai-hand/笔记.txt
编码猿 1a51730db6
Some checks reported errors
continuous-integration/drone/push Build encountered an error
修改镜像
2025-01-24 22:38:48 +08:00

13 lines
357 B
Plaintext
Raw Permalink 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 registry.buyusdt.xyz/ai-modelscope:latest .
打包 项目 镜像docker build -f Dockerfile-project -t registry.buyusdt.xyz/ai-hand-project .
运行镜像docker run -d --name ai-hand-project -p 9741:9741 ai-hand-project