mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix tests
This commit is contained in:
parent
a57aa8b145
commit
72b0adef76
5 changed files with 722 additions and 6 deletions
|
|
@ -4,13 +4,13 @@
|
|||
FROM python:3.12 as builder
|
||||
|
||||
# Install uv
|
||||
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
|
||||
RUN pip install --no-cache-dir uv
|
||||
|
||||
# Set working directory
|
||||
WORKDIR /code
|
||||
|
||||
# Copy dependency files
|
||||
COPY pyproject.toml ./
|
||||
COPY pyproject.toml uv.lock ./
|
||||
RUN touch README.md
|
||||
|
||||
# Install dependencies using uv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue