ka1kuk's picture
Upload 235 files
7db0ae4 verified
raw
history blame
No virus
224 Bytes
# 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