test: test查看cpu指令集
This commit is contained in:
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y build-essential
|
|||||||
RUN cat /proc/cpuinfo
|
RUN cat /proc/cpuinfo
|
||||||
RUN uv pip install --system py-cpuinfo
|
RUN uv pip install --system py-cpuinfo
|
||||||
RUN python /test_cpu.py
|
RUN python /test_cpu.py
|
||||||
RUN cd /MaiMBot-LPMM && uv pip install --system -r requirements.txt
|
RUN cd /MaiMBot-LPMM && uv pip install --system -r requirements.txt && uv pip install --system Cython py-cpuinfo setuptools
|
||||||
RUN cd /MaiMBot-LPMM/lib/quick_algo && python build_lib.py --cleanup --cythonize --install
|
RUN cd /MaiMBot-LPMM/lib/quick_algo && python build_lib.py --cleanup --cythonize --install
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user