increase pip time out
This commit is contained in:
@@ -5,7 +5,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY requirements.txt ./
|
COPY requirements.txt ./
|
||||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||||
pip install -r requirements.txt
|
pip --default-timeout=120 install -r requirements.txt
|
||||||
|
|
||||||
# COPY . ./app
|
# COPY . ./app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user