From 8c285c92e0431e7d60d82cd7a008b6c0334193e4 Mon Sep 17 00:00:00 2001 From: infinitycat Date: Fri, 7 Nov 2025 09:32:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(docker):=20=E4=BC=98=E5=8C=96docker?= =?UTF-8?q?=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index df1c6701..b0f3775f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,6 @@ COPY MaiMBot-LPMM /MaiMBot-LPMM RUN apt-get update && apt-get install -y build-essential RUN uv pip install --system --upgrade pip RUN cd /MaiMBot-LPMM && uv pip install --system -r requirements.txt -RUN uv pip install --system Cython py-cpuinfo setuptools # 编译 LPMM RUN cd /MaiMBot-LPMM/lib/quick_algo && python build_lib.py --cleanup --cythonize --install