chore: add arm64 container deployment and Gitea CI
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
ROOT=$(CDPATH= cd -- "$(dirname -- "$0")/.." && pwd)
|
||||
cd "$ROOT"
|
||||
|
||||
export PYTHONPATH="${PYTHONPATH:-.}"
|
||||
export PLAYWRIGHT_BROWSERS_PATH="${PLAYWRIGHT_BROWSERS_PATH:-$ROOT/.playwright}"
|
||||
|
||||
exec uv run --frozen --no-dev --group runtime --group ml \
|
||||
python -m uvicorn dashboard.server:app --host 0.0.0.0 --port "${PORT:-3088}"
|
||||
Reference in New Issue
Block a user