chore(imajin-video): 🔧 Update version and dependency specs in service manifest for deployment
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
5dfd92a0eb
commit
752b36b900
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ platforms:
|
|||
script: CUDA_VISIBLE_DEVICES=1 python3.12 -m uvicorn api.app:app --host 0.0.0.0 --port 8010 --app-dir src
|
||||
stop:
|
||||
path: ~/Code/@applications/@imajin/services/imajin-video/service
|
||||
script: pkill -f "uvicorn api.app:app" || pkill -f "uvicorn src.api.app:app" || true
|
||||
script: pkill -f "python.*uvicorn api.app:app" ; pkill -f "python.*uvicorn src.api.app:app" ; true
|
||||
status:
|
||||
command: "curl -sf http://localhost:8010/health > /dev/null && echo ok"
|
||||
type: http
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue