SupersetOdT commented on issue #34822:
URL: https://github.com/apache/superset/issues/34822#issuecomment-3233484852
Good morning, this happens with a docker-compose. Here is my build:
"
FROM apache/superset:6.0.0rc1
ARG INCLUDE_CHROMIUM
ENV PLAYWRIGHT_BROWSERS_PATH=/usr/local/share/playwright_browsers
RUN \
apt-get update && apt-get install --yes --no-install-recommends
build-essential pkg-config ... &&\
uv pip install --no-cache-dir openpyxl
"apache-superset[postgres,playwright,excel]" flower && \
if [ "$INCLUDE_CHROMIUM" = "true" ]; then \
playwright install-deps && \
playwright install chromium; \
else \
echo "Skipping Chromium installation"; \
fi && \
apt-get purge -y --auto-remove build-essential && \
apt-get clean && rm -rf /var/lib/apt/lists/*
"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]