test: test查看cpu指令集

This commit is contained in:
infinitycat
2025-04-25 03:40:03 +08:00
parent b24358cc29
commit db7543dd8d

View File

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