diff --git a/.drone.yml b/.drone.yml index 0c463e5..963c8bf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 \ No newline at end of file