Skip to content

Uv for package management #212

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

wrgeorge1983
Copy link
Contributor

everything from #211 PLUS:

migrate to uv:

  • genuine lockfile that ensures (by hash) dependencies are held constant forever until deliberately updated
  • faster builds and syncs
  • pyproject.toml for more standard project description and dependency mgmt. On the road to pip-installable.

multi-stage dockerfiles

  • smaller docker images (760MB vs 960MB)

also update main docker-compose.yml to reduce unnecessary rebuilds

fewer dockerfiles

- genuine lockfile that ensures (by hash) dependencies are held constant forever until deliberately updated
- faster builds and syncs
- pyproject.toml for more standard project description and dependency mgmt.  On the road to pip-installable.

multi-stage dockerfiles
- smaller docker images (760MB vs 960MB)

also update main docker-compose.yml to reduce unnecessary rebuilds
simplify dockerfiles
@tbotnz
Copy link
Owner

tbotnz commented May 10, 2025

@wrgeorge1983 is this ready to merge?

@wrgeorge1983
Copy link
Contributor Author

@tbotnz yep! I tested by docker compose up --build after purging images etc. you might want to do the same to dbl check since the CI seems broken

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