File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
4747RUN pwd && \
4848 git clone https://github.com/microsoft/vcpkg.git && \
4949 ls -l && \
50- . /vcpkg/bootstrap-vcpkg.sh && \
50+ /vcpkg/bootstrap-vcpkg.sh && \
5151 vcpkg integrate install && \
5252 vcpkg install protobuf[zlib] --triplet x64-linux
5353
@@ -72,7 +72,7 @@ RUN git clone https://github.com/foss-for-synopsys-dwc-arc-processors/synopsys-c
7272 pip3 install --upgrade pip && \
7373 cd python && for req in $(cat requirements.txt) pydot; do pip3 install $req; done && cd .. && \
7474 mkdir build && cd build && \
75- cmake -DCMAKE_TOOLCHAIN_FILE=../.. /vcpkg/scripts/buildsystems/vcpkg.cmake -DCPU_ONLY=1 .. && \
75+ cmake -DCMAKE_TOOLCHAIN_FILE=/vcpkg/scripts/buildsystems/vcpkg.cmake -DCPU_ONLY=1 .. && \
7676 make -j"$(nproc)" && \
7777 make runtest && \
7878 make pycaffe
You can’t perform that action at this time.
0 commit comments