fix(spark-analytics): add --no-cache-dir to pip install for nonexistent home dir

User 65534 has no home directory; pip cache write to /nonexistent fails. Skip cache.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Janis Eccarius
2026-06-21 15:41:41 +02:00
parent ca78173a56
commit 4395415985
+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 && python /scripts/serve.py"]
command: ["sh", "-c", "pip install psycopg2-binary --quiet --no-cache-dir && python /scripts/serve.py"]
ports:
- containerPort: 8080
env: