mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-06-04 03:59:25 +02:00
Playwright only install Chrome (#386)
This commit is contained in:
parent
4aebb69883
commit
c95cf5ca74
@ -9,7 +9,7 @@ RUN apt-get update \
|
|||||||
COPY ./requirements/default.txt /tmp/requirements.txt
|
COPY ./requirements/default.txt /tmp/requirements.txt
|
||||||
RUN pip install --no-cache-dir --upgrade -r /tmp/requirements.txt
|
RUN pip install --no-cache-dir --upgrade -r /tmp/requirements.txt
|
||||||
RUN playwright install
|
RUN playwright install
|
||||||
RUN playwright install-deps
|
RUN playwright install-deps chrome
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY ./danswer /app/danswer
|
COPY ./danswer /app/danswer
|
||||||
|
Loading…
x
Reference in New Issue
Block a user