mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix build
This commit is contained in:
parent
c92b9daeb9
commit
a57aa8b145
1 changed files with 3 additions and 2 deletions
|
|
@ -31,12 +31,13 @@ COPY --from=envoy /usr/local/bin/envoy /usr/local/bin/envoy
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
# Install uv
|
||||
COPY --from=ghcr.io/astral-sh/uv:latest /uv /usr/local/bin/uv
|
||||
# Install uv using pip
|
||||
RUN pip install --no-cache-dir uv
|
||||
|
||||
# Copy Python dependency files
|
||||
COPY cli/pyproject.toml ./
|
||||
COPY cli/uv.lock ./
|
||||
COPY cli/README.md ./
|
||||
|
||||
# Install dependencies using uv
|
||||
RUN uv sync --frozen --no-dev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue