From 2645421df6ea4afd391ed89d7b04aebf40fc7b21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Do=C5=82bniak?= Date: Wed, 16 Sep 2020 22:04:42 +0200 Subject: [PATCH] Clone a specific tag for pybind11 (#2296) --- .ci/openvino-onnx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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