Revert "fix(docker): ensure memory-lancedb deps installed in Docker image"

This reverts commit 2ab6313d99.
This commit is contained in:
Gustavo Madeira Santana
2026-02-16 20:26:42 -05:00
parent 63aa5c5a45
commit 22b2a77b30

View File

@@ -38,10 +38,6 @@ RUN if [ -n "$OPENCLAW_INSTALL_BROWSER" ]; then \
COPY . .
RUN pnpm build
# Ensure memory-lancedb extension dependencies are installed.
# LanceDB has native bindings that may not be hoisted by pnpm in all configurations.
RUN pnpm install --filter @openclaw/memory-lancedb --prod --no-frozen-lockfile 2>/dev/null || true
# Force pnpm for UI build (Bun may fail on ARM/Synology architectures)
ENV OPENCLAW_PREFER_PNPM=1
RUN pnpm ui:build