mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
Move Dockerfile to root and set environment variable for config path
This commit is contained in:
parent
52fdfe5819
commit
be78f2ade9
1 changed files with 1 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
|||
FROM python:3.10
|
||||
|
||||
ENV LITELLM_CONFIG_PATH="/litellm.secrets.toml"
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
RUN mkdir -p /root/.config/litellm/ && cp /app/secrets_template.toml /root/.config/litellm/litellm.secrets.toml
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
WORKDIR /app/litellm/proxy
|
Loading…
Add table
Add a link
Reference in a new issue