forked from phoenix/litellm-mirror
Update Dockerfile
This commit is contained in:
parent
96151cf260
commit
6fddd078b9
1 changed files with 0 additions and 6 deletions
|
@ -1,12 +1,6 @@
|
||||||
# Base image
|
# Base image
|
||||||
FROM python:3.9-slim
|
FROM python:3.9-slim
|
||||||
|
|
||||||
# Copy the project files to the working directory
|
|
||||||
COPY litellm /app/litellm
|
|
||||||
|
|
||||||
# Set the working directory
|
|
||||||
WORKDIR /app/litellm
|
|
||||||
|
|
||||||
# Install the project dependencies
|
# Install the project dependencies
|
||||||
COPY requirements.txt /app/litellm/requirements.txt
|
COPY requirements.txt /app/litellm/requirements.txt
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue