Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhongsun96 committed Sep 2, 2023
1 parent c95cf5c commit 016e2c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 016e2c8

Please sign in to comment.