Skip to content

Commit

Permalink
Refactor code for better readability and remove unnecessary comments …
Browse files Browse the repository at this point in the history
…in Dockerfile.
  • Loading branch information
coconut49 committed Oct 18, 2023
1 parent 7f721f7 commit 9c229ae
Show file tree
Hide file tree
Showing 2 changed files with 171 additions and 89 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,4 @@ RUN pip install -r requirements.txt

WORKDIR /app/litellm/proxy
EXPOSE 8000
ENTRYPOINT [ "python3", "proxy_cli.py" ]
# TODO - Set up a GitHub Action to automatically create the Docker image,
# and then we can quickly deploy the litellm proxy in the following way
# `docker run -p 8000:8000 -v ./secrets_template.toml:/root/.config/litellm/litellm.secrets.toml ghcr.io/BerriAI/litellm:v0.8.4`
ENTRYPOINT [ "python3", "proxy_cli.py" ]
Loading

0 comments on commit 9c229ae

Please sign in to comment.