We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3f6324 commit d26ebe8Copy full SHA for d26ebe8
Dockerfile
@@ -55,7 +55,7 @@ WORKDIR /app
55
56
# Copy requirements and install Python dependencies
57
COPY requirements.txt .
58
-RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
+RUN pip install --no-cache-dir -r requirements.txt
59
60
# Install Playwright and browsers with system dependencies
61
ENV PLAYWRIGHT_BROWSERS_PATH=/ms-playwright
0 commit comments