From eced3c489b52642ec728701bc7b72ee753f22359 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Fri, 13 Jan 2023 19:49:51 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 \