修改镜像
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

@@ -2,9 +2,14 @@ kind: pipeline
type: docker
name: default
clone:
disable: true
steps:
- name: greeting
- name: run-ai
image: registry.buyusdt.xyz/ai-modelscope:latest
network_mode: host
commands:
- uvicorn main:app --reload --host '0.0.0.0' --port 9741
- echo "192.168.31.100 git.buyusdt.xyz" >> /etc/hosts
- git clone https://git.buyusdt.xyz/bmy/ai-hand
- cd /drone/src/ai-hand/ && uvicorn main:app --reload --host '0.0.0.0' --port 9741