forked from phoenix/litellm-mirror
Update Dockerfile
This commit is contained in:
parent
ecdc5bdad6
commit
2a2fffdd09
1 changed files with 1 additions and 5 deletions
|
@ -11,11 +11,7 @@ WORKDIR /app/litellm
|
||||||
COPY requirements.txt /app/litellm/requirements.txt
|
COPY requirements.txt /app/litellm/requirements.txt
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
WORKDIR /app/litellm/proxy
|
|
||||||
|
|
||||||
COPY hosted_config.yaml /app/hosted_config.yaml
|
|
||||||
|
|
||||||
EXPOSE 4000/tcp
|
EXPOSE 4000/tcp
|
||||||
|
|
||||||
# Set the command to run when the container starts
|
# Set the command to run when the container starts
|
||||||
CMD python3 proxy_cli.py --config /app/hosted_config.yaml --port 4000
|
CMD litellm --config /app/proxy_server_config.yaml --port 4000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue