Update Dockerfile

This commit is contained in:
Ishaan Jaff 2023-11-30 09:27:42 -08:00 committed by GitHub
parent a965c4dfb1
commit 94fd2e3227
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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