Update Dockerfile

This commit is contained in:
Ishaan Jaff 2023-11-30 08:40:24 -08:00 committed by GitHub
parent ecdc5bdad6
commit 2a2fffdd09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,11 +11,7 @@ WORKDIR /app/litellm
COPY requirements.txt /app/litellm/requirements.txt
RUN pip install -r requirements.txt
WORKDIR /app/litellm/proxy
COPY hosted_config.yaml /app/hosted_config.yaml
EXPOSE 4000/tcp
# 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