File size: 174 Bytes
f547589
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
#!/bin/bash
set -e

# 排程腳本背景執行
python scheduler.py &

# API 前景執行(HF Space 預設對外 port 7860)
exec uvicorn main:app --host 0.0.0.0 --port 7860