fix: remove duplicate amplifier-foundation dep from Dockerfile
Deploy Research Workbench / deploy (push) Failing after 10m24s
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:
@@ -54,7 +54,6 @@ ENV UV_LINK_MODE=copy
|
|||||||
# amplifierd depends on), so we install it explicitly in the same step.
|
# amplifierd depends on), so we install it explicitly in the same step.
|
||||||
# amplifier-core IS on PyPI and will be resolved automatically.
|
# amplifier-core IS on PyPI and will be resolved automatically.
|
||||||
RUN uv pip install --system \
|
RUN uv pip install --system \
|
||||||
"amplifier-foundation @ git+https://github.com/microsoft/amplifier-foundation@main" \
|
|
||||||
"amplifierd @ git+https://github.com/microsoft/amplifierd"
|
"amplifierd @ git+https://github.com/microsoft/amplifierd"
|
||||||
|
|
||||||
# ── Frontend: install deps and build ──────────────────────────────────────────
|
# ── Frontend: install deps and build ──────────────────────────────────────────
|
||||||
|
|||||||
Reference in New Issue
Block a user