Update Dockerfile
This commit is contained in:
@@ -81,9 +81,10 @@ RUN \
|
|||||||
git clone https://github.com/Microsoft/vcpkg.git && \
|
git clone https://github.com/Microsoft/vcpkg.git && \
|
||||||
cd vcpkg && \
|
cd vcpkg && \
|
||||||
./bootstrap-vcpkg.sh && \
|
./bootstrap-vcpkg.sh && \
|
||||||
./vcpkg integrate install && \
|
|
||||||
vcpkg install pybind11 && \
|
|
||||||
exit 0
|
exit 0
|
||||||
|
# ./vcpkg integrate install && \
|
||||||
|
# vcpkg install pybind11 && \
|
||||||
|
# exit 0
|
||||||
|
|
||||||
# Install conan
|
# Install conan
|
||||||
RUN \
|
RUN \
|
||||||
|
|||||||
Reference in New Issue
Block a user