forked from phoenix/litellm-mirror
Update Dockerfile
This commit is contained in:
parent
a965c4dfb1
commit
94fd2e3227
1 changed files with 1 additions and 1 deletions
|
@ -13,4 +13,4 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||||
EXPOSE 4000/tcp
|
EXPOSE 4000/tcp
|
||||||
|
|
||||||
# Start the litellm proxy, using the `litellm` cli command https://docs.litellm.ai/docs/simple_proxy
|
# Start the litellm proxy, using the `litellm` cli command https://docs.litellm.ai/docs/simple_proxy
|
||||||
CMD litellm --config /app/proxy_server_config.yaml --port 4000
|
ENTRYPOINT litellm --config /app/proxy_server_config.yaml --port 4000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue