From 1471b8e583e0fc27802e0c83adeb15ab43007b50 Mon Sep 17 00:00:00 2001 From: hailin Date: Wed, 2 Jul 2025 15:04:34 +0800 Subject: [PATCH] . --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0d451d0..c5c0b57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -84,7 +84,8 @@ FROM nvidia/cuda:${CUDA_VERSION}-runtime-ubuntu22.04 ENV DEBIAN_FRONTEND=noninteractive PYTHONUNBUFFERED=1 LANG=C.UTF-8 LC_ALL=C.UTF-8 RUN apt-get update && apt-get install -y --no-install-recommends \ - python3 python3-pip python3-distutils ca-certificates && \ + python3 python3-pip python3-distutils ca-certificates \ + libopenblas-dev && \ rm -rf /var/lib/apt/lists/* && \ python3 -m pip install --no-cache-dir --upgrade pip