Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Containerfile.add_llama_to_lightspeed
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN cd /app-root/ && python3.12 -m pip install .

RUN python3.12 -m pip install pyyaml pyaml

RUN python3.12 -m pip install litellm
RUN python3.12 -m pip install litellm[proxy]

RUN python3.12 -m pip install sqlalchemy

Expand Down
2 changes: 1 addition & 1 deletion Containerfile.assisted-chat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM quay.io/lightspeed-core/lightspeed-stack@sha256:2cf68a775df9157689e95222e41

RUN python3 -m ensurepip --default-pip && pip install --upgrade pip

RUN python3 -m pip install pyyaml pyaml litellm sqlalchemy mcp psycopg2-binary
RUN python3 -m pip install pyyaml pyaml litellm[proxy] sqlalchemy mcp psycopg2-binary

USER 1001

Expand Down