mirror of https://github.com/kortix-ai/suna.git
docker dependencies
This commit is contained in:
parent
f229fc0320
commit
3470d34c01
|
@ -3,7 +3,12 @@ FROM ghcr.io/astral-sh/uv:python3.11-alpine
|
|||
ENV ENV_MODE production
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add --no-cache curl git
|
||||
RUN apk add --no-cache curl git \
|
||||
# Dependencies for Python package compilation
|
||||
freetype-dev \
|
||||
gcc \
|
||||
musl-dev \
|
||||
python3-dev
|
||||
|
||||
# Install Python dependencies
|
||||
COPY pyproject.toml uv.lock ./
|
||||
|
|
Loading…
Reference in New Issue