mirror of
https://github.com/QuivrHQ/quivr.git
synced 2025-01-05 23:03:53 +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
|
RUN pip install --upgrade pip
|
||||||
|
|
||||||
# Increase timeout to wait for the new installation
|
# 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
|
RUN if [ "$DEV_MODE" = "true" ]; then pip install --no-cache debugpy --timeout 200; fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user