increase pip time out

This commit is contained in:
2025-07-29 12:29:05 +02:00
parent a9b5e2247d
commit a6e681ddd0

View File

@@ -5,7 +5,7 @@ WORKDIR /app
COPY requirements.txt ./
RUN --mount=type=cache,target=/root/.cache/pip \
pip install -r requirements.txt
pip --default-timeout=120 install -r requirements.txt
# COPY . ./app