diff --git a/Dockerfile b/Dockerfile index ea7b78da5..da54ba0af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,4 +61,4 @@ EXPOSE 4000/tcp # Set your entrypoint and command ENTRYPOINT ["litellm"] -CMD ["--config", "./hosted_config.yaml", "--port", "4000", "--num_workers", "8"] \ No newline at end of file +CMD ["--port", "4000"] \ No newline at end of file