Set WORKDIR to /app before installing requirements in Dockerfile.
This commit is contained in:
parent
d4f7fb70ed
commit
266b3b82f5
@ -2,6 +2,7 @@ FROM python:3.10
|
||||
|
||||
COPY . /app
|
||||
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
WORKDIR /app/litellm/proxy
|
||||
|
||||
Loading…
Reference in New Issue
Block a user