From 9f2f6fe3444386a72034c5ea300baa04bd58c973 Mon Sep 17 00:00:00 2001 From: hailin Date: Wed, 2 Jul 2025 15:10:02 +0800 Subject: [PATCH] . --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c5c0b57..3b4ae63 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 && \ + libopenblas-dev libgomp1 && \ rm -rf /var/lib/apt/lists/* && \ python3 -m pip install --no-cache-dir --upgrade pip