| set -eux | |
| echo ">>> postBuild starting" | |
| python -m pip install --upgrade pip | |
| python -m pip install playwright | |
| python -m playwright install --with-deps chromium | |
| # Keep cache path explicit across sessions | |
| echo 'export PLAYWRIGHT_BROWSERS_PATH=/root/.cache/ms-playwright' >> "$HOME/.bashrc" | |
| echo ">>> postBuild done" | |