mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
(fix) dockerfile
This commit is contained in:
parent
e7c5a9e014
commit
b50b44f431
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ COPY . .
|
|||
RUN ls -la /app
|
||||
|
||||
# Copy the built wheel from the builder stage to the runtime stage; assumes only one wheel file is present
|
||||
COPY --from=builder /app/dist/*.whl .
|
||||
COPY --from=builder /wheels/ /wheels/
|
||||
COPY --from=runtime /app/dist/*.whl .
|
||||
COPY --from=runtime /wheels/ /wheels/
|
||||
|
||||
# Install the built wheel using pip; again using a wildcard if it's the only file
|
||||
RUN pip install --no-cache-dir --find-links=/wheels/ -r requirements.txt \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue