From 083ee8cb7d11e35cb5f1397a3685b3d7a7761478 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 4 Jun 2026 00:01:29 -0700 Subject: [PATCH] Remove abx-plugins Docker commit pin --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4eb74644..0887816d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -276,8 +276,6 @@ RUN --mount=type=bind,source=pyproject.toml,target=/app/pyproject.toml \ --no-install-project \ --no-install-workspace \ --no-sources \ - && uv pip install --upgrade --no-cache \ - "abx-plugins @ git+https://github.com/ArchiveBox/abx-plugins.git@5f2e95af7053fe49c45ed56d17f23e66fbdfa39f" \ && apt-get purge -y python3-dev build-essential gcc \ && apt-get autoremove -y \ && find /venv -type d -name __pycache__ -prune -exec rm -rf {} + \