修改镜像
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
编码猿
2025-01-24 22:38:48 +08:00
parent 88e76c9e0f
commit 1a51730db6
3 changed files with 18 additions and 5 deletions

View File

@@ -1,9 +1,12 @@
启动命令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-base -t registry.buyusdt.xyz/ai-modelscope:latest .
打包 项目 镜像docker build -f Dockerfile-project -t ai-hand-project .
打包 项目 镜像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