mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-13 14:29:32 +02:00
Fix Web Connector Docker Dependencies (#388)
This commit is contained in:
parent
2885240183
commit
28480d19de
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user