test: test查看cpu指令集

pull/843/head
infinitycat 2025-04-25 03:40:03 +08:00
parent b24358cc29
commit db7543dd8d
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ COPY MaiMBot-LPMM /MaiMBot-LPMM
RUN apt-get update && apt-get install -y build-essential
# test
RUN cat /proc/cpuinfo
RUN cat /proc/cpuinfo | grep avx2
# 安装依赖