mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-06 19:10:00 +00:00
Update Dockerfile
This commit is contained in:
@@ -7,6 +7,11 @@ FROM $LITELLM_BASE_IMAGE
|
||||
# Set the working directory to /app
|
||||
WORKDIR /app
|
||||
|
||||
# Install build dependencies
|
||||
RUN apt-get update && \
|
||||
apt-get install -y gcc python3-dev && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Copy the current directory contents into the container at /app
|
||||
COPY . /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user