Update Dockerfile

This commit is contained in:
Ishaan Jaff 2023-11-30 09:00:23 -08:00 committed by GitHub
parent 6fddd078b9
commit 57df87120a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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