All checks were successful
CD / build (pull_request) Has been skipped
- Dockerfile multi-stage Node 18 (webcomponent) + Python 3.11 - vanna upstream pinned em 365d0617c1a4567ffee1b19b40c27feb4206bfcf - requirements.txt + .env.example + .dockerignore - k8s/: deployment (1 replica, PVC, Recreate), service, ingress (SSE/WS timeouts), PVC 5Gi - .gitea/workflows/cd.yml seguindo template do lab Pendência: criar Secret K8s vanna-clubpetro-secret com OPENAI_API_KEY + CLICKHOUSE_*
11 lines
249 B
Plaintext
11 lines
249 B
Plaintext
# Runtime deps. O `vanna` editable é instalado via `pip install -e ./vanna` no Dockerfile.
|
|
clickhouse-connect>=0.7,<1.0
|
|
chromadb>=0.4,<1.0
|
|
openai>=1.0
|
|
python-dotenv>=1.0
|
|
fastapi>=0.110
|
|
uvicorn[standard]>=0.27
|
|
pandas>=2.0
|
|
plotly>=5.18
|
|
pydantic>=2.5
|