Fix Web Connector Docker Dependencies (#388)

This commit is contained in:
Yuhong Sun 2023-09-02 14:20:41 -07:00 committed by GitHub
parent 2885240183
commit 28480d19de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,8 @@ 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 chrome
RUN playwright install chromium
RUN playwright install-deps chromium
WORKDIR /app
COPY ./danswer /app/danswer