Spaces:
Sleeping
Sleeping
File size: 224 Bytes
7db0ae4 |
1 2 3 4 5 6 7 8 9 10 |
# 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 |