website-builde / chrome-debug.sh
Daviddolor's picture
Single-process Chromium, fixed visual-polish prompt, Docker config for HF Space
ec675f2
Raw
History Blame Contribute Delete
261 Bytes
#!/bin/bash
/root/.cache/ms-playwright/chromium-1228/chrome-linux/chrome \
--headless=new \
--remote-debugging-port=9222 \
--no-sandbox \
--disable-setuid-sandbox \
--disable-dev-shm-usage \
--disable-gpu \
--disable-ipv6 \
--user-data-dir=/tmp/chrome-profile