fix: remove duplicate amplifier-foundation dep from Dockerfile
Deploy Research Workbench / deploy (push) Failing after 10m24s

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>
This commit is contained in:
Ken
2026-05-26 23:51:31 +00:00
parent c632a9d147
commit a84fd517a8
-1
View File
@@ -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 ──────────────────────────────────────────