mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-22 00:31:44 +00:00
Clean up jaraco-context upgrade comment in Dockerfile.database
This commit is contained in:
parent
9f3de27fc9
commit
7ffecb48f9
1 changed files with 2 additions and 0 deletions
|
|
@ -64,6 +64,8 @@ COPY --from=builder /wheels/ /wheels/
|
|||
# Install the built wheel using pip; again using a wildcard if it's the only file
|
||||
RUN pip install *.whl /wheels/* --no-index --find-links=/wheels/ && rm -f *.whl && rm -rf /wheels
|
||||
|
||||
RUN pip install --no-cache-dir --upgrade "jaraco-context>=6.1.0"
|
||||
|
||||
# Install semantic_router and aurelio-sdk using script
|
||||
# Convert Windows line endings to Unix and make executable
|
||||
RUN sed -i 's/\r$//' docker/install_auto_router.sh && chmod +x docker/install_auto_router.sh && ./docker/install_auto_router.sh
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue