mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-14 17:03:29 +03:00
Increase pip install timeout to 20000
This commit is contained in:
parent
ff7393e441
commit
33eedcf5eb
@ -41,7 +41,7 @@ COPY ./requirements.txt .
|
||||
RUN pip install --upgrade pip
|
||||
|
||||
# Increase timeout to wait for the new installation
|
||||
RUN pip install --no-cache-dir -r requirements.txt --timeout 200
|
||||
RUN pip install --no-cache-dir -r requirements.txt --timeout 20000
|
||||
|
||||
RUN if [ "$DEV_MODE" = "true" ]; then pip install --no-cache debugpy --timeout 200; fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user