mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
10 lines
No EOL
224 B
Docker
10 lines
No EOL
224 B
Docker
# FROM python:3.10
|
|
|
|
# ENV LITELLM_CONFIG_PATH="/litellm.secrets.toml"
|
|
# COPY . /app
|
|
# WORKDIR /app
|
|
# RUN pip install -r requirements.txt
|
|
|
|
# EXPOSE $PORT
|
|
|
|
# CMD exec uvicorn main:app --host 0.0.0.0 --port $PORT --workers 10 |