From 7a7b27858ef7414e47c144c1e5c43a985a76d9a6 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 22 Jun 2026 14:06:19 +0800 Subject: [PATCH] Remove redundant Cython Docker install --- docker/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index d890c44c..716b22c7 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -86,7 +86,6 @@ RUN python3 -m venv ${VENV_PATH} \ && ln -sf /usr/local/bin/uv-pip-compat ${VENV_PATH}/bin/pip3.12 \ && ln -sf /usr/local/bin/uv-pip-compat ${VENV_PATH}/bin/pip-compile \ && ln -sf /usr/local/bin/uv-pip-compat ${VENV_PATH}/bin/pip-sync \ - && pip install "Cython~=3.1.2" \ && pip-compile requirements.in -o requirements.txt \ && pip install -r requirements.txt