Skip to content

Commit d26ebe8

Browse files
committed
fix docker build
1 parent b3f6324 commit d26ebe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ WORKDIR /app
5555

5656
# Copy requirements and install Python dependencies
5757
COPY requirements.txt .
58-
RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
58+
RUN pip install --no-cache-dir -r requirements.txt
5959

6060
# Install Playwright and browsers with system dependencies
6161
ENV PLAYWRIGHT_BROWSERS_PATH=/ms-playwright

0 commit comments

Comments
 (0)