Added LiteLLM to the stack
This commit is contained in:
9
Development/litellm/docs/my-website/Dockerfile
Normal file
9
Development/litellm/docs/my-website/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM python:3.14.0a3-slim
|
||||
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
EXPOSE $PORT
|
||||
|
||||
CMD litellm --host 0.0.0.0 --port $PORT --workers 10 --config config.yaml
|
Reference in New Issue
Block a user