From bab8db7e69874c3f81939eb4db427c8e2cba9b07 Mon Sep 17 00:00:00 2001 From: hailin Date: Wed, 2 Jul 2025 15:32:28 +0800 Subject: [PATCH] . --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8aa32bb..032dcd1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -85,7 +85,7 @@ ENV DEBIAN_FRONTEND=noninteractive PYTHONUNBUFFERED=1 LANG=C.UTF-8 LC_ALL=C.UTF- RUN apt-get update && apt-get install -y --no-install-recommends \ python3 python3-pip python3-distutils ca-certificates \ - libopenblas-dev libgomp1 libcupti-dev && \ + libopenblas-dev libgomp1 libcupti-dev libnuma1 && \ rm -rf /var/lib/apt/lists/* && \ python3 -m pip install --no-cache-dir --upgrade pip