Skip to content

feat: add python3 and uv to base image#19

Merged
megheaiulian merged 1 commit into
mainfrom
feat/base-image-uv-python
Feb 28, 2026
Merged

feat: add python3 and uv to base image#19
megheaiulian merged 1 commit into
mainfrom
feat/base-image-uv-python

Conversation

@megheaiulian

Copy link
Copy Markdown
Contributor

Summary

  • python3 + python3-venv added via apt
  • uv installed via the official astral.sh installer with --no-modify-path; both uv and uvx binaries are moved to /usr/local/bin so they are on PATH for all users
  • uvx is not a separate package — it ships as part of uv

- python3 + python3-venv installed via apt
- uv installed via the official installer (astral.sh/uv/install.sh);
  binaries moved to /usr/local/bin so they are on PATH for all users.
  uvx ships as part of uv and is also placed in /usr/local/bin.
@megheaiulian megheaiulian merged commit b5417e2 into main Feb 28, 2026
3 checks passed
@megheaiulian megheaiulian deleted the feat/base-image-uv-python branch February 28, 2026 07:54
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