increase pip time out
This commit is contained in:
parent
a9b5e2247d
commit
a6e681ddd0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue