-
Notifications
You must be signed in to change notification settings - Fork 57
Home
fengmk2 edited this page Mar 13, 2025
·
30 revisions
Welcome to the xprofiler wiki!
https://hub.docker.com/r/fengmk2/xprofiler-centos8/tags
docker pull --platform=linux/arm64 centos:centos8
docker run --platform=linux/arm64 -it centos:centos8 bash
[root@06126bc6526e /]# uname -a
Linux 06126bc6526e 6.12.15-orbstack-00304-gd0ddcf70447d #60 SMP Tue Feb 18 19:55:47 UTC 2025 aarch64 aarch64 aarch64 GNU/Linuxdocker run --platform=linux/arm64 -dit --name my_centos8_arm64 centos:centos8
docker exec -it my_centos8_arm64 bash
# change yum source https://www.cnblogs.com/BlueSky2021/articles/17790478.html
# install tools
yum install python3 gcc-c++ make python3-pip git -y