mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
Expose port 8000 in Dockerfile and add deployment instructions.
This commit is contained in:
parent
e8a56819cf
commit
0d24bcaf57
1 changed files with 5 additions and 2 deletions
|
@ -5,5 +5,8 @@ COPY . /app
|
|||
RUN pip install -r requirements.txt
|
||||
|
||||
WORKDIR /app/litellm/proxy
|
||||
|
||||
ENTRYPOINT [ "/bin/bash", "/app/litellm/proxy/start.sh" ]
|
||||
EXPOSE 8000
|
||||
ENTRYPOINT [ "/bin/bash", "/app/litellm/proxy/start.sh" ]
|
||||
# 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 ghcr.io/BerriAI/litellm:v0.8.4 -v ./secrets_template.toml:/app/secrets_template.toml`
|
Loading…
Add table
Add a link
Reference in a new issue