Playwright only install Chrome (#386)

This commit is contained in:
Yuhong Sun 2023-09-02 10:15:15 -07:00 committed by GitHub
parent 4aebb69883
commit c95cf5ca74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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