docs(alerts & reports): update how to get headless browser (#34908)

This commit is contained in:
Sam Firke
2025-09-02 14:05:57 -04:00
committed by GitHub
parent b2f8803486
commit 71242dc6dd
2 changed files with 10 additions and 72 deletions

View File

@@ -86,8 +86,6 @@ USER root
ENV PLAYWRIGHT_BROWSERS_PATH=/usr/local/share/playwright-browsers
# Install packages using uv into the virtual environment
# Superset started using uv after the 4.1 branch; if you are building from apache/superset:4.1.x or an older version,
# replace the first two lines with RUN pip install \
RUN . /app/.venv/bin/activate && \
uv pip install \
# install psycopg2 for using PostgreSQL metadata store - could be a MySQL package if using that backend: