edit Dockerfile

This commit is contained in:
张壹 2025-05-22 11:20:55 +08:00
parent 96793dc190
commit 0d7d8311d0

View File

@ -90,6 +90,7 @@ RUN apt-get install -y --no-install-recommends libopenblas-dev libeigen3-dev
RUN apt-get install -y gnuplot
RUN apt-get install -y pkg-config
RUN apt-get install -y autoconf automake
RUN apt-get install -y ghostscript
# 从构建阶段复制编译后的库和头文件
COPY --from=builder /usr/local/lib /usr/local/lib
COPY --from=builder /usr/local/include /usr/local/include