mirror of
https://github.com/modelscope/modelscope.git
synced 2026-02-24 04:01:10 +01:00
remove boost in paddle_extra_install
This commit is contained in:
@@ -22,9 +22,3 @@ RUN apt-get update && apt-get upgrade -y && apt-get install -y --reinstall ca-ce
|
||||
dpkg-reconfigure --frontend noninteractive tzdata && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV LANG=zh_CN.UTF-8 LANGUAGE=zh_CN.UTF-8 LC_ALL=zh_CN.UTF-8
|
||||
RUN wget -O /tmp/boost.tar.gz https://boostorg.jfrog.io/artifactory/main/release/1.80.0/source/boost_1_80_0.tar.gz && \
|
||||
cd /tmp && tar xzf boost.tar.gz && \
|
||||
mv /tmp/boost_1_80_0/boost /usr/include/boost && \
|
||||
rm -rf /tmp/boost_1_80_0 && rm -rf boost.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user