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:
Claude Code 2026-03-20 03:08:39 -07:00
parent 5dfd92a0eb
commit 752b36b900

View file

@ -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