From a84fd517a8a19ad0233e92e3a06191395947dd37 Mon Sep 17 00:00:00 2001 From: Ken Date: Tue, 26 May 2026 23:51:31 +0000 Subject: [PATCH] fix: remove duplicate amplifier-foundation dep from Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit uv resolves conflicting URLs when amplifier-foundation is specified both explicitly and as a transitive dep of amplifierd. Just install amplifierd and let it resolve its own dependencies. 🤖 Generated with [Amplifier](https://github.com/microsoft/amplifier) Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com> --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1655cd8..16b9832 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,6 @@ ENV UV_LINK_MODE=copy # amplifierd depends on), so we install it explicitly in the same step. # amplifier-core IS on PyPI and will be resolved automatically. RUN uv pip install --system \ - "amplifier-foundation @ git+https://github.com/microsoft/amplifier-foundation@main" \ "amplifierd @ git+https://github.com/microsoft/amplifierd" # ── Frontend: install deps and build ──────────────────────────────────────────