fix(spark-analytics): set HOME=/tmp so pip can write under non-root user 65534

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Janis Eccarius
2026-06-21 15:42:50 +02:00
parent 4395415985
commit 6765c5162d
+1 -1
View File
@@ -214,7 +214,7 @@ spec:
containers:
- name: webview
image: python:3.12-slim
command: ["sh", "-c", "pip install psycopg2-binary --quiet --no-cache-dir && python /scripts/serve.py"]
command: ["sh", "-c", "HOME=/tmp pip install psycopg2-binary --quiet --no-cache-dir && python /scripts/serve.py"]
ports:
- containerPort: 8080
env: