Skip to content

Commit b7c9000

Browse files
authored
Update Dockerfile
1 parent d649a73 commit b7c9000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/cpu/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
4747
RUN 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

0 commit comments

Comments
 (0)