We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b68fe7 commit 730c081Copy full SHA for 730c081
1 file changed
Dockerfile.scraper-worker
@@ -26,7 +26,7 @@ RUN dnf install -y \
26
# Install all Python dependencies (including playwright) using uv.
27
# uv reads pyproject.toml + uv.lock so versions are pinned and reproducible.
28
COPY pyproject.toml uv.lock ./
29
-RUN pip install uv && \
+RUN pip install "uv==0.9.*" && \
30
uv export --no-dev --no-hashes --frozen > /tmp/requirements.txt && \
31
pip install -r /tmp/requirements.txt
32
0 commit comments