Add QDrant to onebox setup

This commit is contained in:
Weves
2023-05-07 12:20:23 -07:00
committed by Chris Weaver
parent 9babe7fb95
commit ab36ebc332
2 changed files with 13 additions and 9 deletions

View File

@ -7,6 +7,7 @@ RUN apt-get update \
COPY ./requirements/default.txt /tmp/requirements.txt
RUN pip install --no-cache-dir --upgrade -r /tmp/requirements.txt
RUN playwright install
RUN playwright install-deps
WORKDIR /app
COPY ./danswer /app/danswer