Skip to content

Skip uv sync at container runtime#26

Merged
haraldschilly merged 1 commit into
mainfrom
fix/docker-no-sync
Apr 14, 2026
Merged

Skip uv sync at container runtime#26
haraldschilly merged 1 commit into
mainfrom
fix/docker-no-sync

Conversation

@haraldschilly
Copy link
Copy Markdown
Owner

Summary

  • Add --no-sync to the uv run CMD so the container uses exactly the packages installed at build time instead of re-resolving and downloading on every start.

Test plan

  • Build image and verify no package downloads in container logs at startup

🤖 Generated with Claude Code

Use --no-sync so the container uses exactly the packages
installed at build time instead of re-resolving on every start.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@haraldschilly haraldschilly merged commit 1d0c88e into main Apr 14, 2026
1 check passed
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.

1 participant