File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -270,27 +270,3 @@ RUN export DEBIAN_FRONTEND=noninteractive \
270
270
python \
271
271
&& apt-get clean \
272
272
&& 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/*
You can’t perform that action at this time.
0 commit comments