mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-05-31 02:01:16 +02:00
add missing dependencies in model_server dockerfile (#752)
Thanks for catching this! Super helpful!
This commit is contained in:
parent
c0c8ae6c08
commit
aa2e859b46
@ -11,9 +11,11 @@ RUN pip install --no-cache-dir --upgrade -r /tmp/requirements.txt
|
||||
WORKDIR /app
|
||||
# Needed for model configs and defaults
|
||||
COPY ./danswer/configs /app/danswer/configs
|
||||
COPY ./danswer/dynamic_configs /app/danswer/dynamic_configs
|
||||
# Utils used by model server
|
||||
COPY ./danswer/utils/logger.py /app/danswer/utils/logger.py
|
||||
COPY ./danswer/utils/timing.py /app/danswer/utils/timing.py
|
||||
COPY ./danswer/utils/telemetry.py /app/danswer/utils/telemetry.py
|
||||
# Version information
|
||||
COPY ./danswer/__init__.py /app/danswer/__init__.py
|
||||
# Shared implementations for running NLP models locally
|
||||
|
Loading…
x
Reference in New Issue
Block a user