forked from phoenix/litellm-mirror
Update Dockerfile
This commit is contained in:
parent
6fddd078b9
commit
57df87120a
1 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,7 @@
|
|||
FROM python:3.9-slim
|
||||
|
||||
# Install the project dependencies
|
||||
COPY requirements.txt /app/litellm/requirements.txt
|
||||
RUN pip install -r requirements.txt
|
||||
RUN pip install -r /app/litellm/requirements.txt
|
||||
|
||||
EXPOSE 4000/tcp
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue