Skip to content

Replace poetry with uv#51

Open
arthur-mesquita wants to merge 1 commit intocaravelahc:masterfrom
arthur-mesquita:replace-poetry-with-uv
Open

Replace poetry with uv#51
arthur-mesquita wants to merge 1 commit intocaravelahc:masterfrom
arthur-mesquita:replace-poetry-with-uv

Conversation

@arthur-mesquita
Copy link
Copy Markdown
Contributor

@arthur-mesquita arthur-mesquita commented Aug 6, 2025

  • Migrate pyproject.toml and lockfile to uv
  • Update README
  • Update Dockerfile

@arthur-mesquita
Copy link
Copy Markdown
Contributor Author

  • Test Dockerfile

Comment thread Dockerfile
RUN uv sync

FROM python:3.11-alpine

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have to fix the COPY command:

Step 7/9 : COPY --from=builder /build/dist/*.whl /root
COPY failed: no source files were specified

Poetry generated build/dist, but uv not. We should look where uv generates the .whl file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants