mirror of
https://github.com/katanemo/plano.git
synced 2026-05-15 11:02:39 +02:00
Use editable install to fix sdist build failure (#805)
This commit is contained in:
parent
a1508f4de1
commit
780a0af132
5 changed files with 39 additions and 49 deletions
|
|
@ -72,7 +72,7 @@ COPY cli/README.md ./
|
|||
COPY config/plano_config_schema.yaml /config/plano_config_schema.yaml
|
||||
COPY config/envoy.template.yaml /config/envoy.template.yaml
|
||||
|
||||
RUN uv run pip install --no-cache-dir .
|
||||
RUN pip install --no-cache-dir -e .
|
||||
|
||||
COPY cli/planoai planoai/
|
||||
COPY config/envoy.template.yaml .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue