From bc3854b4c45fd3639cffa5d03b09f3763409dfba Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 24 Jan 2025 17:05:31 +0800 Subject: [PATCH] Update debian.sh --- scripts/install/debian.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install/debian.sh b/scripts/install/debian.sh index d169f04aa..29728475e 100644 --- a/scripts/install/debian.sh +++ b/scripts/install/debian.sh @@ -88,6 +88,7 @@ apt install -y libmecab2 apt install -y dnsutils apt install -y apache2-utils +apt install -y numactl P_VER=`python3 -V | awk '{print $2}'` if version_ge "$P_VER" "3.11.0" ;then