chore(imajin-video): 🔧 Update deployment manifest with new version, environment variables, and resource configurations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
09c42de385
commit
5dfd92a0eb
1 changed files with 2 additions and 2 deletions
|
|
@ -16,10 +16,10 @@ platforms:
|
|||
description: Video processing REST API (protection pipeline, recording proxy)
|
||||
start:
|
||||
path: ~/Code/@applications/@imajin/services/imajin-video/service
|
||||
script: source .venv/bin/activate && python -m uvicorn src.api.app:app --host 0.0.0.0 --port 8010
|
||||
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 src.api.app:app" || true
|
||||
script: pkill -f "uvicorn api.app:app" || pkill -f "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