mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
build(Dockerfile): fixing build requirements
This commit is contained in:
parent
d9dfa3defc
commit
c87cdbd156
5 changed files with 66 additions and 51 deletions
|
@ -18,7 +18,6 @@ try:
|
|||
import appdirs
|
||||
import backoff
|
||||
import yaml
|
||||
import rq
|
||||
import orjson
|
||||
except ImportError:
|
||||
import sys
|
||||
|
@ -34,7 +33,6 @@ except ImportError:
|
|||
"appdirs",
|
||||
"backoff",
|
||||
"pyyaml",
|
||||
"rq",
|
||||
"orjson"
|
||||
]
|
||||
)
|
||||
|
@ -111,7 +109,6 @@ from fastapi.security.api_key import APIKeyHeader
|
|||
import json
|
||||
import logging
|
||||
from typing import Union
|
||||
# from litellm.proxy.queue import start_rq_worker_in_background
|
||||
|
||||
app = FastAPI(docs_url="/", title="LiteLLM API")
|
||||
router = APIRouter()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue