Skip to content

build: switch container dependency install from pip to uv#67

Merged
seven320 merged 2 commits intomasterfrom
codex/identify-improvements-for-setup-process
Feb 15, 2026
Merged

build: switch container dependency install from pip to uv#67
seven320 merged 2 commits intomasterfrom
codex/identify-improvements-for-setup-process

Conversation

@seven320
Copy link
Copy Markdown
Owner

Motivation

  • Replace pip with uv for dependency installation inside the Docker image to follow the requested change and keep container builds consistent.

Description

  • Updated main/Dockerfile to install uv via curl -LsSf https://astral.sh/uv/install.sh | sh, add PATH for the uv binary, set UV_SYSTEM_PYTHON=1, copy main/requirements.txt to /tmp, and run uv pip install --no-cache -r /tmp/requirements.txt, and updated README.md to note that dependencies are installed by uv in Docker.

Testing

  • Attempted docker compose build to validate the Dockerfile but the environment does not have Docker installed so the command failed with command not found: docker, and no other automated tests were executed.

Codex Task

@seven320 seven320 merged commit 6642032 into master Feb 15, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant