Add PYTHONUNBUFFERED=1

This commit is contained in:
Deep Koluguri 2026-06-28 16:04:31 -04:00
parent a68093408b
commit ff0d76ad51
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ spec:
workingDir: /app
command: ["sh", "-c", "pip install -r requirements.txt && python -m src.api"]
env:
- name: PYTHONUNBUFFERED
value: "1"
- name: PYTHONPATH
value: "/app"
- name: GOOGLE_API_KEY