forked from phoenix/litellm-mirror
Set WORKDIR to /app before installing requirements in Dockerfile.
This commit is contained in:
parent
d4f7fb70ed
commit
266b3b82f5
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ FROM python:3.10
|
|||
|
||||
COPY . /app
|
||||
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
WORKDIR /app/litellm/proxy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue