diff --git a/.ci/openvino-onnx/Dockerfile b/.ci/openvino-onnx/Dockerfile index 4e98d68341c..40f62f3cbea 100644 --- a/.ci/openvino-onnx/Dockerfile +++ b/.ci/openvino-onnx/Dockerfile @@ -79,5 +79,5 @@ ENV NGRAPH_CPP_BUILD_PATH=/openvino/dist ENV LD_LIBRARY_PATH=/openvino/dist/lib ENV NGRAPH_ONNX_IMPORT_ENABLE=TRUE ENV PYTHONPATH=/openvino/bin/intel64/Release/lib/python_api/python3.8:${PYTHONPATH} -RUN git clone --recursive https://github.com/pybind/pybind11.git +RUN git clone --recursive https://github.com/pybind/pybind11.git -b v2.5.0 --depth 1 CMD tox