diff --git a/Dockerfile b/Dockerfile index ebacb0a..17c889a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -81,9 +81,10 @@ RUN \ git clone https://github.com/Microsoft/vcpkg.git && \ cd vcpkg && \ ./bootstrap-vcpkg.sh && \ - ./vcpkg integrate install && \ - vcpkg install pybind11 && \ exit 0 +# ./vcpkg integrate install && \ +# vcpkg install pybind11 && \ +# exit 0 # Install conan RUN \