This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user