mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
(feat) proxy server: dockerfile + req
This commit is contained in:
parent
3fac512b74
commit
d9cc9fe566
2 changed files with 5 additions and 16 deletions
|
@ -5,6 +5,6 @@ COPY . /app
|
|||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
WORKDIR /app/litellm/proxy
|
||||
WORKDIR /app/litellm-proxy
|
||||
EXPOSE 8000
|
||||
ENTRYPOINT [ "python3", "proxy_cli.py" ]
|
||||
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
|
|
@ -1,16 +1,5 @@
|
|||
openai
|
||||
python-dotenv
|
||||
tiktoken
|
||||
importlib-metadata
|
||||
tokenizers
|
||||
click
|
||||
jinja2
|
||||
certifi
|
||||
appdirs
|
||||
backoff
|
||||
boto3
|
||||
uvicorn
|
||||
fastapi
|
||||
tomli
|
||||
appdirs
|
||||
tomli-w
|
||||
uvicorn
|
||||
boto3
|
||||
litellm
|
Loading…
Add table
Add a link
Reference in a new issue