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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user