From f260c90f2666293c0df919884d1b3503af8bfdac Mon Sep 17 00:00:00 2001 From: "lielin.hyl" Date: Tue, 26 Nov 2024 17:56:36 +0800 Subject: [PATCH] * try to fix the scipy installation error --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 135aada01..279dd07f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN apt-get update \ # install 3rd-party system dependencies RUN apt-get update \ - && apt-get install ffmpeg libsm6 libxext6 software-properties-common build-essential cmake -y + && apt-get install ffmpeg libsm6 libxext6 software-properties-common build-essential cmake gfortran libopenblas-dev liblapack-dev -y # prepare the java env WORKDIR /opt