修改配置文件

This commit is contained in:
编码猿
2025-01-23 01:47:32 +08:00
parent 9f8f9839a4
commit 24c21dd296
4 changed files with 11 additions and 6 deletions

View File

@@ -1,10 +1,9 @@
启动命令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 build -f Dockerfile-base -t 2271608011/ai-modelscope:v1.0 .
docker tag ai-modelscope:v1.0 bmy/ai-modelscope:v1.0
打包 项目 镜像docker build -f Dockerfile-project -t ai-hand-project .
运行镜像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
运行镜像docker run -d --name ai-hand-project -p 9741:9741 ai-hand-project