fix listing parsing

This commit is contained in:
qananasikq
2026-04-14 19:31:57 +03:00
parent 6a334d3c64
commit 0add3913eb
5 changed files with 328 additions and 26 deletions

View File

@@ -13,8 +13,9 @@ RUN pip install --no-cache-dir uv \
&& pip install --no-cache-dir -r /tmp/requirements.txt \
&& pip install --no-cache-dir playwright-stealth
# Install Firefox browser (headless-friendly, bypasses Incapsula)
RUN python -m playwright install firefox
# Install both Chromium and Firefox. Chromium is the default engine in Docker
# because it works more reliably with the current IAAI listing page.
RUN python -m playwright install chromium firefox
COPY . .
RUN pip install --no-cache-dir -e .