mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
Merge 8d1ac75775 into 9071ca503e
This commit is contained in:
commit
3f1a854d4e
2 changed files with 2 additions and 2 deletions
|
|
@ -20,6 +20,6 @@ COPY . /app
|
|||
|
||||
# Install any needed packages specified in requirements.txt
|
||||
|
||||
RUN python3 -m pip install litellm
|
||||
RUN python3 -m pip install -r requirements.txt
|
||||
COPY start.sh /start.sh
|
||||
ENTRYPOINT [ "/bin/bash", "/start.sh" ]
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
litellm==1.83.14
|
||||
litellm==1.84.0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue