Always Use Model Server (#1306)

This commit is contained in:
Yuhong Sun
2024-04-07 21:25:06 -07:00
committed by GitHub
parent 795243283d
commit 2db906b7a2
35 changed files with 724 additions and 550 deletions

View File

@@ -40,7 +40,7 @@ RUN apt-get remove -y --allow-remove-essential perl-base xserver-common xvfb cma
# Set up application files
WORKDIR /app
COPY ./danswer /app/danswer
COPY ./shared_models /app/shared_models
COPY ./shared_configs /app/shared_configs
COPY ./alembic /app/alembic
COPY ./alembic.ini /app/alembic.ini
COPY supervisord.conf /usr/etc/supervisord.conf