forked from phoenix/litellm-mirror
(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
|
WORKDIR /app
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
WORKDIR /app/litellm/proxy
|
WORKDIR /app/litellm-proxy
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
ENTRYPOINT [ "python3", "proxy_cli.py" ]
|
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
|
|
@ -1,16 +1,5 @@
|
||||||
openai
|
openai
|
||||||
python-dotenv
|
|
||||||
tiktoken
|
|
||||||
importlib-metadata
|
|
||||||
tokenizers
|
|
||||||
click
|
|
||||||
jinja2
|
|
||||||
certifi
|
|
||||||
appdirs
|
|
||||||
backoff
|
|
||||||
boto3
|
|
||||||
uvicorn
|
|
||||||
fastapi
|
fastapi
|
||||||
tomli
|
uvicorn
|
||||||
appdirs
|
boto3
|
||||||
tomli-w
|
litellm
|
Loading…
Add table
Add a link
Reference in a new issue