This commit is contained in:
hailin 2025-07-02 15:10:02 +08:00
parent 1471b8e583
commit 9f2f6fe344
1 changed files with 1 additions and 1 deletions

View File

@ -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 \ 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 && \ libopenblas-dev libgomp1 && \
rm -rf /var/lib/apt/lists/* && \ rm -rf /var/lib/apt/lists/* && \
python3 -m pip install --no-cache-dir --upgrade pip python3 -m pip install --no-cache-dir --upgrade pip