From 2a2fffdd09f9a634f6a375b14b87364794ec1274 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 30 Nov 2023 08:40:24 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4712a8bea..2b33c65f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file +CMD litellm --config /app/proxy_server_config.yaml --port 4000