feat(docker): 优化docker构建

pull/1346/head
infinitycat 2025-11-07 09:32:31 +08:00
parent 45df8b4b75
commit 8c285c92e0
No known key found for this signature in database
GPG Key ID: 717DF0710E3E04A1
1 changed files with 0 additions and 1 deletions

View File

@ -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