mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-11 14:22:48 +00:00
(feat) proxy server: dockerfile + req
This commit is contained in:
+2
-2
@@ -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"]
|
||||
+3
-14
@@ -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
|
||||
Reference in New Issue
Block a user