mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-20 13:05:49 +02:00
Fix Web Connector Docker Dependencies (#388)
This commit is contained in:
@@ -8,8 +8,8 @@ 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 chromium
|
||||||
RUN playwright install-deps chrome
|
RUN playwright install-deps chromium
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY ./danswer /app/danswer
|
COPY ./danswer /app/danswer
|
||||||
|
Reference in New Issue
Block a user