network_mode: host
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
编码猿
2025-01-24 21:22:47 +08:00
parent 3bb7361da0
commit 88e76c9e0f

View File

@@ -5,5 +5,6 @@ name: default
steps:
- name: greeting
image: registry.buyusdt.xyz/ai-modelscope:latest
network_mode: host
commands:
- uvicorn main:app --reload --host '0.0.0.0' --port 9741