File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ RUN apt-get update -y && apt-get upgrade -y && \
188188 libssl-dev libswscale-dev libtbb-dev libtbbmalloc2 libtiff5-dev libzip-dev openjdk-17-jdk-headless \
189189 procps && \
190190 apt-get --purge remove -y python3.11 && apt-get autoremove -y && \
191- apt-get clean && rm -rf /var/lib/apt/lists/* && \
191+ apt-get clean && rm -rf /var/lib/apt/lists/* && \
192192 echo "/usr/local/lib" >> /etc/ld.so.conf.d/all-libs.conf && ldconfig && \
193193 python3 -m pip install --no-cache-dir "numpy>=${NUMPY_MIN_VERSION},<2.0.0" "protobuf==4.${PROTOBUF_VERSION}" \
194194 "coverage>=7.3.1" "cryptography>=42.0.7"
@@ -200,6 +200,7 @@ RUN git clone -b master --recurse-submodules https://github.com/IntelLabs/vdms.g
200200 sed -i "s|java-11-openjdk|java-17-openjdk|g" /vdms/src/pmgd/java/CMakeLists.txt && \
201201 sed -i "s|#include <stdio.h>|#include <stdio.h>\n #include <stdexcept>|" /vdms/src/pmgd/test/neighbortest.cc && \
202202 sed -i "s|#include <stdio.h>|#include <stdio.h>\n #include <stdexcept>|" /vdms/src/pmgd/tools/mkgraph.cc && \
203+ cp /vdms/docker/override_default_config.py /vdms/override_default_config.py && \
203204 mkdir -p /vdms/build && cd /vdms/build && \
204205 cmake .. && make ${BUILD_THREADS} && \
205206 echo '#!/bin/bash' > /start.sh && echo 'cd /vdms/build' >> /start.sh && \
You can’t perform that action at this time.
0 commit comments