Skip to content

Commit 0727f52

Browse files
committed
Remove dlib (removed from rM system)
1 parent 5630998 commit 0727f52

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

base/Dockerfile

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -270,27 +270,3 @@ RUN export DEBIAN_FRONTEND=noninteractive \
270270
python \
271271
&& apt-get clean \
272272
&& rm -rf /var/lib/apt/lists/*
273-
274-
# Build dlib 19.21
275-
RUN export DEBIAN_FRONTEND=noninteractive \
276-
# Install build dependencies
277-
&& apt-get update -y \
278-
&& apt-get install -y --no-install-recommends \
279-
git \
280-
# Build dlib
281-
&& cd /root \
282-
&& git clone https://github.com/davisking/dlib \
283-
&& cd dlib \
284-
&& git checkout 9117bd784328d9ac40ffa1f9cf487633a8a715d7 \
285-
&& mkdir build \
286-
&& cd build \
287-
&& cmake -DCMAKE_TOOLCHAIN_FILE="/usr/share/cmake/$CHOST.cmake" \
288-
-DCMAKE_INSTALL_PREFIX="$SYSROOT/usr" .. \
289-
&& cmake --build . --target install \
290-
&& cd ../.. \
291-
# Clean up
292-
&& rm -rf dlib \
293-
&& apt-get autoremove -y \
294-
git \
295-
&& apt-get clean \
296-
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)