Update Dockerfile

This commit is contained in:
Faraz Fallahi
2023-01-13 19:49:51 -05:00
parent c1c2c1f31c
commit eced3c489b

View File

@@ -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 \