edit Dockerfile
This commit is contained in:
parent
96793dc190
commit
0d7d8311d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user