File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ RUN git clone --depth=1 -b 2019_R1.0.1 https://github.com/opencv/dldt.git ${DLDT
44
44
rm -Rf .git && rm -Rf model-optimizer
45
45
46
46
WORKDIR ${DLDT_DIR}
47
- RUN curl -L https://github.com/intel/mkl-dnn/releases/download/v0.17.2 /mklml_lnx_2019.0.1.20180928 .tgz | tar -xz
47
+ RUN curl -L https://github.com/intel/mkl-dnn/releases/download/v0.18 /mklml_lnx_2019.0.3.20190220 .tgz | tar -xz
48
48
WORKDIR ${DLDT_DIR}/inference-engine/build
49
- RUN cmake -DGEMM=MKL -DMKLROOT=${DLDT_DIR}/mklml_lnx_2019.0.1.20180928 -DENABLE_MKL_DNN=ON -DTHREADING=OMP -DCMAKE_BUILD_TYPE=Release ..
49
+ RUN cmake -DGEMM=MKL -DMKLROOT=${DLDT_DIR}/mklml_lnx_2019.0.3.20190220 -DENABLE_MKL_DNN=ON -DTHREADING=OMP -DCMAKE_BUILD_TYPE=Release ..
50
50
RUN make -j$(nproc)
51
51
WORKDIR ${DLDT_DIR}/inference-engine/ie_bridges/python/build
52
52
RUN cmake -DInferenceEngine_DIR=${DLDT_DIR}/inference-engine/build -DPYTHON_EXECUTABLE=$(which python3) -DPYTHON_LIBRARY=/usr/lib/x86_64-linux-gnu/libpython3.5m.so -DPYTHON_INCLUDE_DIR=/usr/include/python3.5m ${DLDT_DIR}/inference-engine/ie_bridges/python && \
@@ -74,7 +74,7 @@ RUN . .venv/bin/activate && pip3 install .
74
74
75
75
COPY --from=DEV /2019_R1.0.1/inference-engine/bin/intel64/Release/lib/*.so /usr/local/lib/
76
76
COPY --from=DEV /2019_R1.0.1/inference-engine/ie_bridges/python/bin/intel64/Release/python_api/python3.5/openvino/ /usr/local/lib/openvino/
77
- COPY --from=DEV /2019_R1.0.1/mklml_lnx_2019.0.1.20180928 /lib/lib*.so /usr/local/lib/
77
+ COPY --from=DEV /2019_R1.0.1/mklml_lnx_2019.0.3.20190220 /lib/lib*.so /usr/local/lib/
78
78
ENV LD_LIBRARY_PATH=/usr/local/lib
79
79
ENV PYTHONPATH=/usr/local/lib
80
80
Original file line number Diff line number Diff line change @@ -46,9 +46,9 @@ RUN git clone --depth=1 -b 2019_R1.0.1 https://github.com/opencv/dldt.git ${DLDT
46
46
rm -Rf .git && rm -Rf model-optimizer
47
47
48
48
WORKDIR ${DLDT_DIR}
49
- RUN curl -L https://github.com/intel/mkl-dnn/releases/download/v0.17.2 /mklml_lnx_2019.0.1.20180928 .tgz | tar -xz
49
+ RUN curl -L https://github.com/intel/mkl-dnn/releases/download/v0.18 /mklml_lnx_2019.0.3.20190220 .tgz | tar -xz
50
50
WORKDIR ${DLDT_DIR}/inference-engine/build
51
- RUN cmake -DGEMM=MKL -DMKLROOT=${DLDT_DIR}/mklml_lnx_2019.0.1.20180928 -DENABLE_MKL_DNN=ON -DTHREADING=OMP -DCMAKE_BUILD_TYPE=Release ..
51
+ RUN cmake -DGEMM=MKL -DMKLROOT=${DLDT_DIR}/mklml_lnx_2019.0.3.20190220 -DENABLE_MKL_DNN=ON -DTHREADING=OMP -DCMAKE_BUILD_TYPE=Release ..
52
52
RUN make -j$(nproc)
53
53
WORKDIR ${DLDT_DIR}/inference-engine/ie_bridges/python/build
54
54
RUN cmake -DInferenceEngine_DIR=${DLDT_DIR}/inference-engine/build -DPYTHON_EXECUTABLE=$(which python) -DPYTHON_LIBRARY=/opt/conda/lib/libpython3.6m.so -DPYTHON_INCLUDE_DIR=/opt/conda/include/python3.6m ${DLDT_DIR}/inference-engine/ie_bridges/python && \
@@ -63,7 +63,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
63
63
64
64
COPY --from=DEV /dldt-2019_R1.0.1/inference-engine/bin/intel64/Release/lib/*.so /usr/local/lib/
65
65
COPY --from=DEV /dldt-2019_R1.0.1/inference-engine/ie_bridges/python/bin/intel64/Release/python_api/python3.6/openvino/ /usr/local/lib/openvino/
66
- COPY --from=DEV /dldt-2019_R1.0.1/mklml_lnx_2019.0.1.20180928 /lib/lib*.so /usr/local/lib/
66
+ COPY --from=DEV /dldt-2019_R1.0.1/mklml_lnx_2019.0.3.20190220 /lib/lib*.so /usr/local/lib/
67
67
ENV LD_LIBRARY_PATH=/usr/local/lib
68
68
ENV PYTHONPATH=/usr/local/lib
69
69
You can’t perform that action at this time.
0 commit comments