forked from phoenix/litellm-mirror
(docs) new dockerfile for litellm proxy
This commit is contained in:
parent
7544d1925c
commit
a08b8581f8
1 changed files with 9 additions and 0 deletions
9
docs/my-website/Dockerfile
Normal file
9
docs/my-website/Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
FROM python:3.10
|
||||||
|
|
||||||
|
COPY . /app
|
||||||
|
WORKDIR /app
|
||||||
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
|
EXPOSE $PORT
|
||||||
|
|
||||||
|
CMD litellm --host 0.0.0.0 --port $PORT --workers 10 --config config.yaml
|
Loading…
Add table
Add a link
Reference in a new issue